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.76.0 lib/awspec/stub/customer_gateway.rb
awspec-0.75.2 lib/awspec/stub/customer_gateway.rb
awspec-0.75.1 lib/awspec/stub/customer_gateway.rb
awspec-0.75.0 lib/awspec/stub/customer_gateway.rb
awspec-0.74.1 lib/awspec/stub/customer_gateway.rb
awspec-0.74.0 lib/awspec/stub/customer_gateway.rb
awspec-0.73.2 lib/awspec/stub/customer_gateway.rb
awspec-0.73.1 lib/awspec/stub/customer_gateway.rb
awspec-0.73.0 lib/awspec/stub/customer_gateway.rb
awspec-0.72.0 lib/awspec/stub/customer_gateway.rb
awspec-0.71.0 lib/awspec/stub/customer_gateway.rb
awspec-0.70.0 lib/awspec/stub/customer_gateway.rb
awspec-0.69.1 lib/awspec/stub/customer_gateway.rb
awspec-0.69.0 lib/awspec/stub/customer_gateway.rb
awspec-0.68.0 lib/awspec/stub/customer_gateway.rb
awspec-0.67.1 lib/awspec/stub/customer_gateway.rb
awspec-0.67.0 lib/awspec/stub/customer_gateway.rb
awspec-0.66.2 lib/awspec/stub/customer_gateway.rb
awspec-0.66.1 lib/awspec/stub/customer_gateway.rb
awspec-0.66.0 lib/awspec/stub/customer_gateway.rb