Class: Aws::NetworkManager::Types::ConnectAttachmentOptions

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

Overview

Describes a core network Connect attachment options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protocolString

The protocol used for the attachment connection.

Returns:

  • (String)


410
411
412
413
414
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 410

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