Sha256: 363a335806dfcade1ecd69d8d513b75119de16bcc533d902294d2755c28dae07
Contents?: true
Size: 457 Bytes
Versions: 13
Compression:
Stored size: 457 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class CloudformationStack < Base def initialize super @type_name = 'CloudformationStack' @type = Awspec::Type::CloudformationStack.new('my-cloudformation-stack') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems