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

Class: Aws::EC2::Types::NetworkInterfacePrivateIpAddress

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

Overview

Describes the private IPv4 address of a network interface.

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::NetworkInterfaceAssociation

The association information for an Elastic IP address (IPv4) associated with the network interface.

Returns:

#primaryBoolean

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

Returns:

  • (Boolean)

    Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

#private_dns_nameString

The private DNS name.

Returns:

  • (String)

    The private DNS name.

#private_ip_addressString

The private IPv4 address.

Returns:

  • (String)

    The private IPv4 address.