Sha256: 6d2a59fa92c8c0c9f13943c6e9afb37162923bb960b4757ab0a237ffdaa4f8d1
Contents?: true
Size: 410 Bytes
Versions: 121
Compression:
Stored size: 410 Bytes
Contents
module Awspec::Generator module Doc module Type class InternetGateway < Base def initialize super @type_name = 'InternetGateway' @type = Awspec::Type::InternetGateway.new('my-internet-gateway') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
121 entries across 121 versions & 4 rubygems