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