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)


17605
17606
17607
17608
17609
17610
17611
17612
# File 'lib/aws-sdk-ec2/types.rb', line 17605

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)


17605
17606
17607
17608
17609
17610
17611
17612
# File 'lib/aws-sdk-ec2/types.rb', line 17605

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)


17605
17606
17607
17608
17609
17610
17611
17612
# File 'lib/aws-sdk-ec2/types.rb', line 17605

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)


17605
17606
17607
17608
17609
17610
17611
17612
# File 'lib/aws-sdk-ec2/types.rb', line 17605

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)


17605
17606
17607
17608
17609
17610
17611
17612
# File 'lib/aws-sdk-ec2/types.rb', line 17605

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