Class: Aws::EC2::Types::AssociateTrunkInterfaceResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AssociateTrunkInterfaceResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #interface_association  ⇒ Types::TrunkInterfaceAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the association between the trunk network interface and branch network interface.
 
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see [Ensuring idempotency].
[1]: docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
      2706 2707 2708 2709 2710 2711  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2706 class AssociateTrunkInterfaceResult < Struct.new( :interface_association, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#interface_association ⇒ Types::TrunkInterfaceAssociation
Information about the association between the trunk network interface and branch network interface.
      2706 2707 2708 2709 2710 2711  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2706 class AssociateTrunkInterfaceResult < Struct.new( :interface_association, :client_token) SENSITIVE = [] include Aws::Structure end  |