Class: Aws::EC2::Types::DisassociateTrunkInterfaceResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DisassociateTrunkInterfaceResult
 
 
- 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.
 - 
  
    
      #return  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns ‘true` if the request succeeds; otherwise, it returns an error.
 
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
      32147 32148 32149 32150 32151 32152  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32147 class DisassociateTrunkInterfaceResult < Struct.new( :return, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, it returns an error.
      32147 32148 32149 32150 32151 32152  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32147 class DisassociateTrunkInterfaceResult < Struct.new( :return, :client_token) SENSITIVE = [] include Aws::Structure end  |