Class: Aws::EC2::Types::NetworkInterfaceAttachmentChanges
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NetworkInterfaceAttachmentChanges
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an attachment change.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #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.
 
Instance Attribute Details
#attachment_id ⇒ String
The ID of the network interface attachment.
      56585 56586 56587 56588 56589 56590  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56585 class NetworkInterfaceAttachmentChanges < Struct.new( :attachment_id, :delete_on_termination) SENSITIVE = [] include Aws::Structure end  | 
  
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
      56585 56586 56587 56588 56589 56590  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56585 class NetworkInterfaceAttachmentChanges < Struct.new( :attachment_id, :delete_on_termination) SENSITIVE = [] include Aws::Structure end  |