Class: Aws::EC2::Types::InstanceNetworkInterfaceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceNetworkInterfaceAssociation
- Defined in:
- gems/aws-sdk-ec2/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.
43268 43269 43270 43271 43272 43273 43274 43275 43276 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43268 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.
43268 43269 43270 43271 43272 43273 43274 43275 43276 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43268 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.
43268 43269 43270 43271 43272 43273 43274 43275 43276 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43268 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.
43268 43269 43270 43271 43272 43273 43274 43275 43276 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43268 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.
43268 43269 43270 43271 43272 43273 43274 43275 43276 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43268 class InstanceNetworkInterfaceAssociation < Struct.new( :carrier_ip, :customer_owned_ip, :ip_owner_id, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |