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 [How to Ensure Idempotency].
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
| 2514 2515 2516 2517 2518 2519 | # File 'lib/aws-sdk-ec2/types.rb', line 2514 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.
| 2514 2515 2516 2517 2518 2519 | # File 'lib/aws-sdk-ec2/types.rb', line 2514 class AssociateTrunkInterfaceResult < Struct.new( :interface_association, :client_token) SENSITIVE = [] include Aws::Structure end |