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.
79978 79979 79980 79981 79982 |
# File 'lib/aws-sdk-ec2/types.rb', line 79978 class TransitGatewayConnectOptions < Struct.new( :protocol) SENSITIVE = [] include Aws::Structure end |