Class: Aws::NetworkManager::Types::ConnectAttachmentOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ConnectAttachmentOptions
- 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
-
#protocol ⇒ String
The protocol used for the attachment connection.
Instance Attribute Details
#protocol ⇒ String
The protocol used for the attachment connection.
464 465 466 467 468 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 464 class ConnectAttachmentOptions < Struct.new( :protocol) SENSITIVE = [] include Aws::Structure end |