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