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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


464
465
466
467
468
# File 'lib/aws-sdk-networkmanager/types.rb', line 464

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