Class: Aws::EC2::Types::TransitGatewayConnectOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayConnectOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the Connect attachment options.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tunnel protocol.
 
Instance Attribute Details
#protocol ⇒ String
The tunnel protocol.
      70005 70006 70007 70008 70009  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70005 class TransitGatewayConnectOptions < Struct.new( :protocol) SENSITIVE = [] include Aws::Structure end  |