Sha256: b5ea02c8295f488753b6e2e6420865150f57dda1df4de7c393a02c4f5a2eb0ca
Contents?: true
Size: 428 Bytes
Versions: 14
Compression:
Stored size: 428 Bytes
Contents
# frozen_string_literal: true 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
14 entries across 14 versions & 1 rubygems