Class: Aws::EC2::Types::TransitGatewayConnectOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the Connect attachment options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protocolString

The tunnel protocol.

Returns:

  • (String)


69450
69451
69452
69453
69454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69450

class TransitGatewayConnectOptions < Struct.new(
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end