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)


64678
64679
64680
64681
64682
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64678

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