Sha256: ceb08943c8fb9f5fd199e99eb1e26f23bc7dfa15ec2fe4978ddb0837dbfca6e4
Contents?: true
Size: 441 Bytes
Versions: 13
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true 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
13 entries across 13 versions & 1 rubygems