Class: Aws::EC2::Types::InstanceNetworkInterfaceAttachment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceNetworkInterfaceAttachment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a network interface attachment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attach_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time stamp when the attachment initiated.
 - 
  
    
      #attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the network interface attachment.
 - 
  
    
      #delete_on_termination  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the network interface is deleted when the instance is terminated.
 - 
  
    
      #device_index  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index of the device on the instance for the network interface attachment.
 - 
  
    
      #ena_srd_specification  ⇒ Types::InstanceAttachmentEnaSrdSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the ENA Express settings for the network interface that’s attached to the instance.
 - 
  
    
      #network_card_index  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index of the network card.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The attachment state.
 
Instance Attribute Details
#attach_time ⇒ Time
The time stamp when the attachment initiated.
      43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43313 class InstanceNetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :status, :network_card_index, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#attachment_id ⇒ String
The ID of the network interface attachment.
      43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43313 class InstanceNetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :status, :network_card_index, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
      43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43313 class InstanceNetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :status, :network_card_index, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#device_index ⇒ Integer
The index of the device on the instance for the network interface attachment.
      43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43313 class InstanceNetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :status, :network_card_index, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#ena_srd_specification ⇒ Types::InstanceAttachmentEnaSrdSpecification
Contains the ENA Express settings for the network interface that’s attached to the instance.
      43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43313 class InstanceNetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :status, :network_card_index, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#network_card_index ⇒ Integer
The index of the network card.
      43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43313 class InstanceNetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :status, :network_card_index, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The attachment state.
      43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43313 class InstanceNetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :status, :network_card_index, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end  |