Class: Aws::EC2::Types::InstanceNetworkInterfaceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceNetworkInterfaceAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes association information for an Elastic IP address (IPv4).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#carrier_ip ⇒ String
The carrier IP address associated with the network interface.
-
#customer_owned_ip ⇒ String
The customer-owned IP address associated with the network interface.
-
#ip_owner_id ⇒ String
The ID of the owner of the Elastic IP address.
-
#public_dns_name ⇒ String
The public DNS name.
-
#public_ip ⇒ String
The public IP address or Elastic IP address bound to the network interface.
Instance Attribute Details
#carrier_ip ⇒ String
The carrier IP address associated with the network interface.
43212 43213 43214 43215 43216 43217 43218 43219 43220 |
# File 'lib/aws-sdk-ec2/types.rb', line 43212 class InstanceNetworkInterfaceAssociation < Struct.new( :carrier_ip, :customer_owned_ip, :ip_owner_id, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#customer_owned_ip ⇒ String
The customer-owned IP address associated with the network interface.
43212 43213 43214 43215 43216 43217 43218 43219 43220 |
# File 'lib/aws-sdk-ec2/types.rb', line 43212 class InstanceNetworkInterfaceAssociation < Struct.new( :carrier_ip, :customer_owned_ip, :ip_owner_id, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#ip_owner_id ⇒ String
The ID of the owner of the Elastic IP address.
43212 43213 43214 43215 43216 43217 43218 43219 43220 |
# File 'lib/aws-sdk-ec2/types.rb', line 43212 class InstanceNetworkInterfaceAssociation < Struct.new( :carrier_ip, :customer_owned_ip, :ip_owner_id, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#public_dns_name ⇒ String
The public DNS name.
43212 43213 43214 43215 43216 43217 43218 43219 43220 |
# File 'lib/aws-sdk-ec2/types.rb', line 43212 class InstanceNetworkInterfaceAssociation < Struct.new( :carrier_ip, :customer_owned_ip, :ip_owner_id, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#public_ip ⇒ String
The public IP address or Elastic IP address bound to the network interface.
43212 43213 43214 43215 43216 43217 43218 43219 43220 |
# File 'lib/aws-sdk-ec2/types.rb', line 43212 class InstanceNetworkInterfaceAssociation < Struct.new( :carrier_ip, :customer_owned_ip, :ip_owner_id, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |