Sha256: f5dc915069591b7aa6cea6a1aa1d4b0649240586078f60fccec2149ddea2707f
Contents?: true
Size: 386 Bytes
Versions: 191
Compression:
Stored size: 386 Bytes
Contents
module Awspec::Generator module Doc module Type class IamPolicy < Base def initialize super @type_name = 'IamPolicy' @type = Awspec::Type::IamPolicy.new('my-iam-policy') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
191 entries across 191 versions & 4 rubygems