Sha256: 37afe2d8c70aec28c328827d4fa1406a2dc1fb319c01a6dce44bc0885efc2d2c
Contents?: true
Size: 401 Bytes
Versions: 191
Compression:
Stored size: 401 Bytes
Contents
module Awspec::Generator module Doc module Type class IamGroup < Base def initialize super @type_name = 'IamGroup' @type = Awspec::Type::IamGroup.new('my-iam-group') @ret = @type.resource_via_client @matchers = %w(be_allowed_action) @ignore_matchers = [] @describes = [] end end end end end
Version data entries
191 entries across 191 versions & 4 rubygems