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

Class: Aws::EC2::Types::InstanceNetworkInterfaceAssociation

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

Overview

Describes association information for an Elastic IP address (IPv4).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_ipString

The carrier IP address associated with the network interface.

Returns:

  • (String)

    The carrier IP address associated with the network interface.

#ip_owner_idString

The ID of the owner of the Elastic IP address.

Returns:

  • (String)

    The ID of the owner of the Elastic IP address.

#public_dns_nameString

The public DNS name.

Returns:

  • (String)

    The public DNS name.

#public_ipString

The public IP address or Elastic IP address bound to the network interface.

Returns:

  • (String)

    The public IP address or Elastic IP address bound to the network interface.