Sha256: 43e9758f59224a83f2927c4e4e1336d6f9f236717d48a1fe6e871929c8587fb3
Contents?: true
Size: 386 Bytes
Versions: 33
Compression:
Stored size: 386 Bytes
Contents
module Awspec::Generator module Doc module Type class IamRole < Base def initialize super @type_name = 'IamRole' @type = Awspec::Type::IamRole.new('my-iam-role') @ret = @type.resource @matchers = %w(be_allowed_action) @ignore_matchers = [] @describes = [] end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems