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.85.1 lib/awspec/stub/customer_gateway.rb
awspec-0.85.0 lib/awspec/stub/customer_gateway.rb
awspec-0.84.1 lib/awspec/stub/customer_gateway.rb
awspec-0.84.0 lib/awspec/stub/customer_gateway.rb
awspec-0.83.0 lib/awspec/stub/customer_gateway.rb
awspec-0.82.3 lib/awspec/stub/customer_gateway.rb
awspec-0.82.2 lib/awspec/stub/customer_gateway.rb
awspec-0.82.1 lib/awspec/stub/customer_gateway.rb
awspec-0.82.0 lib/awspec/stub/customer_gateway.rb
awspec-0.81.1 lib/awspec/stub/customer_gateway.rb
awspec-0.81.0 lib/awspec/stub/customer_gateway.rb
awspec-0.80.1 lib/awspec/stub/customer_gateway.rb
awspec-0.80.0 lib/awspec/stub/customer_gateway.rb
awspec-0.79.2 lib/awspec/stub/customer_gateway.rb
awspec-0.79.1 lib/awspec/stub/customer_gateway.rb
awspec-0.79.0 lib/awspec/stub/customer_gateway.rb
awspec-0.78.1 lib/awspec/stub/customer_gateway.rb
awspec-0.77.1 lib/awspec/stub/customer_gateway.rb
awspec-0.77.0 lib/awspec/stub/customer_gateway.rb
awspec-0.76.1 lib/awspec/stub/customer_gateway.rb