Sha256: 427cb8dbcc1b504f69a359eebc7dbd52f42f5cc73786aa5d2366a0f0368e556d

Contents?: true

Size: 295 Bytes

Versions: 146

Compression:

Stored size: 295 Bytes

Contents

# rubocop:disable all
Aws.config[:ec2] = {
  stub_responses: {
    describe_vpn_gateways: {
      vpn_gateways: [
        {
          vpn_gateway_id: 'vgw-cg5692g4',
          availability_zone: 'us-east-1a',
          state: 'available',
          type: "ipsec.1"
        }
      ]
    }
  }
}

Version data entries

146 entries across 146 versions & 4 rubygems

Version Path
awspec-0.61.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.61.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.60.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.60.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.59.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.58.0 lib/awspec/stub/vpn_gateway.rb