Sha256: 92ae5d165041c18e44ed1dc5a218464363ff5fb7f5806f78cd63c851bf6038fd

Contents?: true

Size: 328 Bytes

Versions: 153

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

153 entries across 153 versions & 4 rubygems

Version Path
awspec-1.18.3 lib/awspec/stub/customer_gateway.rb
awspec-1.18.2 lib/awspec/stub/customer_gateway.rb
awspec-1.18.1 lib/awspec/stub/customer_gateway.rb
awspec-1.18.0 lib/awspec/stub/customer_gateway.rb
awspec-1.17.4 lib/awspec/stub/customer_gateway.rb
awspec-1.17.3 lib/awspec/stub/customer_gateway.rb
awspec-1.17.2 lib/awspec/stub/customer_gateway.rb
awspec-1.17.1 lib/awspec/stub/customer_gateway.rb
awspec-1.17.0 lib/awspec/stub/customer_gateway.rb
awspec-1.16.1 lib/awspec/stub/customer_gateway.rb
awspec-1.16.0 lib/awspec/stub/customer_gateway.rb
awspec-1.15.3 lib/awspec/stub/customer_gateway.rb
awspec-1.15.2 lib/awspec/stub/customer_gateway.rb
awspec-1.15.1 lib/awspec/stub/customer_gateway.rb
awspec-1.15.0 lib/awspec/stub/customer_gateway.rb
awspec-1.14.1 lib/awspec/stub/customer_gateway.rb
awspec-1.14.0 lib/awspec/stub/customer_gateway.rb
awspec-1.13.0 lib/awspec/stub/customer_gateway.rb
awspec-1.12.7 lib/awspec/stub/customer_gateway.rb
awspec-1.12.6 lib/awspec/stub/customer_gateway.rb