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.
69193 69194 69195 69196 69197 |
# File 'lib/aws-sdk-ec2/types.rb', line 69193 class TransitGatewayConnectOptions < Struct.new( :protocol) SENSITIVE = [] include Aws::Structure end |