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)


64608
64609
64610
64611
64612
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64608

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