Sha256: 24475c2af49b42070d1671be8e6771a82635b0d7266db472b7c65d45bb41a898
Contents?: true
Size: 371 Bytes
Versions: 5
Compression:
Stored size: 371 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 @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems