Sha256: 2bca7b033b1813b556424eedce08a90a9f55f8729d7ab7f7f888a16620f09ff5
Contents?: true
Size: 419 Bytes
Versions: 14
Compression:
Stored size: 419 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class SsmParameter < Base def initialize super @type_name = 'SsmParameter' @type = Awspec::Type::SsmParameter.new('my-ssm') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems