Sha256: 5c8ebb1f55d27f57e29d82ffa46f440a5709e55b82ec8d7be705c4327a706a3e
Contents?: true
Size: 388 Bytes
Versions: 6
Compression:
Stored size: 388 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 @matchers = %w(belong_to_iam_group) @ignore_matchers = [] @describes = [] end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems