Sha256: 6ea3c6bc741f089bc6d5d0940c6b5724af57734221fe3e3c97eac5912ac81a1f
Contents?: true
Size: 397 Bytes
Versions: 191
Compression:
Stored size: 397 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_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