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
- Struct
- Aws::EC2::Types::NatGatewayAddress
- Defined in:
- (unknown)
Overview
Describes the IP addresses and network interface associated with a NAT gateway.
Instance Attribute Summary collapse
-
#allocation_id ⇒ String
The allocation ID of the Elastic IP address that\'s associated with the NAT gateway.
-
#network_interface_id ⇒ String
The ID of the network interface associated with the NAT gateway.
-
#private_ip ⇒ String
The private IP address associated with the Elastic IP address.
-
#public_ip ⇒ String
The Elastic IP address associated with the NAT gateway.
Instance Attribute Details
#allocation_id ⇒ String
The allocation ID of the Elastic IP address that\'s associated with the NAT gateway.
#network_interface_id ⇒ String
The ID of the network interface associated with the NAT gateway.
#private_ip ⇒ String
The private IP address associated with the Elastic IP address.
#public_ip ⇒ String
The Elastic IP address associated with the NAT gateway.