You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::NatGatewayAddress

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the IP addresses and network interface associated with a NAT gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

The allocation ID of the Elastic IP address that\'s associated with the NAT gateway.

Returns:

  • (String)

    The allocation ID of the Elastic IP address that\'s associated with the NAT gateway.

#network_interface_idString

The ID of the network interface associated with the NAT gateway.

Returns:

  • (String)

    The ID of the network interface associated with the NAT gateway.

#private_ipString

The private IP address associated with the Elastic IP address.

Returns:

  • (String)

    The private IP address associated with the Elastic IP address.

#public_ipString

The Elastic IP address associated with the NAT gateway.

Returns:

  • (String)

    The Elastic IP address associated with the NAT gateway.