Class: Aws::EC2::Types::AttachNetworkInterfaceResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AttachNetworkInterfaceResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of AttachNetworkInterface.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the network interface attachment.
 - 
  
    
      #network_card_index  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index of the network card.
 
Instance Attribute Details
#attachment_id ⇒ String
The ID of the network interface attachment.
      3069 3070 3071 3072 3073 3074  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 3069 class AttachNetworkInterfaceResult < Struct.new( :attachment_id, :network_card_index) SENSITIVE = [] include Aws::Structure end  | 
  
#network_card_index ⇒ Integer
The index of the network card.
      3069 3070 3071 3072 3073 3074  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 3069 class AttachNetworkInterfaceResult < Struct.new( :attachment_id, :network_card_index) SENSITIVE = [] include Aws::Structure end  |