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.12.5 lib/awspec/stub/customer_gateway.rb
awspec-1.12.4 lib/awspec/stub/customer_gateway.rb
awspec-1.12.3 lib/awspec/stub/customer_gateway.rb
awspec-1.12.2 lib/awspec/stub/customer_gateway.rb
awspec-1.12.1 lib/awspec/stub/customer_gateway.rb
awspec-1.12.0 lib/awspec/stub/customer_gateway.rb
awspec-1.11.1 lib/awspec/stub/customer_gateway.rb
awspec-1.11.0 lib/awspec/stub/customer_gateway.rb
awspec-1.10.0 lib/awspec/stub/customer_gateway.rb
awspec-1.9.0 lib/awspec/stub/customer_gateway.rb
awspec-1.8.0 lib/awspec/stub/customer_gateway.rb
awspec-1.7.0 lib/awspec/stub/customer_gateway.rb
awspec-1.6.1 lib/awspec/stub/customer_gateway.rb
awspec-1.6.0 lib/awspec/stub/customer_gateway.rb
awspec-1.5.4 lib/awspec/stub/customer_gateway.rb
awspec-1.5.3 lib/awspec/stub/customer_gateway.rb
awspec-1.5.2 lib/awspec/stub/customer_gateway.rb
awspec-1.5.1 lib/awspec/stub/customer_gateway.rb
awspec-1.5.0 lib/awspec/stub/customer_gateway.rb
awspec-1.4.3 lib/awspec/stub/customer_gateway.rb