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.34.0 lib/awspec/stub/nat_gateway.rb
awspec-0.33.0 lib/awspec/stub/nat_gateway.rb
awspec-0.32.0 lib/awspec/stub/nat_gateway.rb
awspec-0.31.0 lib/awspec/stub/nat_gateway.rb
awspec-0.30.0 lib/awspec/stub/nat_gateway.rb
awspec-0.29.0 lib/awspec/stub/nat_gateway.rb
awspec-0.28.1 lib/awspec/stub/nat_gateway.rb
awspec-0.28.0 lib/awspec/stub/nat_gateway.rb