Class: Aws::EC2::Types::AssociateTrunkInterfaceResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::AssociateTrunkInterfaceResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 2832 2833 2834 2835 2836 2837 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2832 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.
| 2832 2833 2834 2835 2836 2837 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2832 class AssociateTrunkInterfaceResult < Struct.new( :interface_association, :client_token) SENSITIVE = [] include Aws::Structure end |