Sha256: 3bbb85f04d67880d0fbcc4f61febf96ec26cbd2faa2308e6bb24b4970afc37e0
Contents?: true
Size: 417 Bytes
Versions: 12
Compression:
Stored size: 417 Bytes
Contents
# frozen_string_literal: true 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
12 entries across 12 versions & 1 rubygems