Sha256: 91e08aa62a42b3cac53f138fdc83bedae1be4a90ad397eb21d4c310c4c075369
Contents?: true
Size: 437 Bytes
Versions: 12
Compression:
Stored size: 437 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class TransitGateway < Base def initialize super @type_name = 'TransitGateway' @type = Awspec::Type::TransitGateway.new('my-transit-gateway') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems