Class: Aws::EC2::Types::NetworkInterfaceAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

The allocation ID.

Returns:

  • (String)


27499
27500
27501
27502
27503
27504
27505
27506
# File 'lib/aws-sdk-ec2/types.rb', line 27499

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip)
  include Aws::Structure
end

#association_idString

The association ID.

Returns:

  • (String)


27499
27500
27501
27502
27503
27504
27505
27506
# File 'lib/aws-sdk-ec2/types.rb', line 27499

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip)
  include Aws::Structure
end

#ip_owner_idString

The ID of the Elastic IP address owner.

Returns:

  • (String)


27499
27500
27501
27502
27503
27504
27505
27506
# File 'lib/aws-sdk-ec2/types.rb', line 27499

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip)
  include Aws::Structure
end

#public_dns_nameString

The public DNS name.

Returns:

  • (String)


27499
27500
27501
27502
27503
27504
27505
27506
# File 'lib/aws-sdk-ec2/types.rb', line 27499

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip)
  include Aws::Structure
end

#public_ipString

The address of the Elastic IP address bound to the network interface.

Returns:

  • (String)


27499
27500
27501
27502
27503
27504
27505
27506
# File 'lib/aws-sdk-ec2/types.rb', line 27499

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip)
  include Aws::Structure
end