Sha256: 92ae5d165041c18e44ed1dc5a218464363ff5fb7f5806f78cd63c851bf6038fd

Contents?: true

Size: 328 Bytes

Versions: 154

Compression:

Stored size: 328 Bytes

Contents

# rubocop:disable all
Aws.config[:ec2] = {
  stub_responses: {
    describe_customer_gateways: {
      customer_gateways: [
        {
          customer_gateway_id: 'cgw-cg5692g4',
          ip_address: '1.1.1.1',
          state: 'available',
          type: "ipsec.1",
          bgp_asn: "65000"
        }
      ]
    }
  }
}

Version data entries

154 entries across 154 versions & 4 rubygems

Version Path
awspec-0.65.2 lib/awspec/stub/customer_gateway.rb
awspec-0.65.1 lib/awspec/stub/customer_gateway.rb
awspec-0.65.0 lib/awspec/stub/customer_gateway.rb
awspec-0.64.0 lib/awspec/stub/customer_gateway.rb
awspec-0.63.1 lib/awspec/stub/customer_gateway.rb
awspec-0.63.0 lib/awspec/stub/customer_gateway.rb
awspec-0.62.1 lib/awspec/stub/customer_gateway.rb
awspec-0.62.0 lib/awspec/stub/customer_gateway.rb
awspec-0.61.1 lib/awspec/stub/customer_gateway.rb
awspec-0.61.0 lib/awspec/stub/customer_gateway.rb
awspec-0.60.1 lib/awspec/stub/customer_gateway.rb
awspec-0.60.0 lib/awspec/stub/customer_gateway.rb
awspec-0.59.0 lib/awspec/stub/customer_gateway.rb
awspec-0.58.0 lib/awspec/stub/customer_gateway.rb