Sha256: 40ec1ed5e04cfe6ebfe1d50fba56ffc176e48f844e912386fe2f965fbec0178b

Contents?: true

Size: 751 Bytes

Versions: 148

Compression:

Stored size: 751 Bytes

Contents

Aws.config[:ec2] = {
  stub_responses: {
    describe_nat_gateways: {
      nat_gateways: [
        {
          nat_gateway_id: 'nat-7ff7777f',
          vpc_id: 'vpc-ab123cde',
          state: 'available',
          nat_gateway_addresses: [
            public_ip: '123.0.456.789',
            allocation_id: 'unknown',
            private_ip: 'unknown',
            network_interface_id: 'unknown'
          ]
        }
      ],
      next_token: nil
    },
    describe_vpcs: {
      vpcs: [
        {
          vpc_id: 'vpc-ab123cde',
          state: 'available',
          cidr_block: '10.0.0.0/16',
          tags: [
            {
              key: 'Name',
              value: 'my-vpc'
            }
          ]
        }
      ]
    }
  }
}

Version data entries

148 entries across 148 versions & 2 rubygems

Version Path
awspec-0.70.0 lib/awspec/stub/nat_gateway.rb
awspec-0.69.1 lib/awspec/stub/nat_gateway.rb
awspec-0.69.0 lib/awspec/stub/nat_gateway.rb
awspec-0.68.0 lib/awspec/stub/nat_gateway.rb
awspec-0.67.1 lib/awspec/stub/nat_gateway.rb
awspec-0.67.0 lib/awspec/stub/nat_gateway.rb
awspec-0.66.2 lib/awspec/stub/nat_gateway.rb
awspec-0.66.1 lib/awspec/stub/nat_gateway.rb
awspec-0.66.0 lib/awspec/stub/nat_gateway.rb
awspec-0.65.2 lib/awspec/stub/nat_gateway.rb
awspec-0.65.1 lib/awspec/stub/nat_gateway.rb
awspec-0.65.0 lib/awspec/stub/nat_gateway.rb
awspec-0.64.0 lib/awspec/stub/nat_gateway.rb
awspec-0.63.1 lib/awspec/stub/nat_gateway.rb
awspec-0.63.0 lib/awspec/stub/nat_gateway.rb
awspec-0.62.1 lib/awspec/stub/nat_gateway.rb
awspec-0.62.0 lib/awspec/stub/nat_gateway.rb
awspec-0.61.1 lib/awspec/stub/nat_gateway.rb
awspec-0.61.0 lib/awspec/stub/nat_gateway.rb
awspec-0.60.1 lib/awspec/stub/nat_gateway.rb