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.
      43735 43736 43737 43738 43739 43740 43741 43742 43743  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43735 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.
      43735 43736 43737 43738 43739 43740 43741 43742 43743  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43735 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.
      43735 43736 43737 43738 43739 43740 43741 43742 43743  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43735 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.
      43735 43736 43737 43738 43739 43740 43741 43742 43743  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43735 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.
      43735 43736 43737 43738 43739 43740 43741 43742 43743  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43735 class InstanceNetworkInterfaceAssociation < Struct.new( :carrier_ip, :customer_owned_ip, :ip_owner_id, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end  |