Class: Aws::NetworkManager::Types::ConnectAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ConnectAttachment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a core network Connect attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
The attachment details.
-
#options ⇒ Types::ConnectAttachmentOptions
Options for connecting an attachment.
-
#transport_attachment_id ⇒ String
The ID of the transport attachment.
Instance Attribute Details
#attachment ⇒ Types::Attachment
The attachment details.
448 449 450 451 452 453 454 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 448 class ConnectAttachment < Struct.new( :attachment, :transport_attachment_id, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::ConnectAttachmentOptions
Options for connecting an attachment.
448 449 450 451 452 453 454 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 448 class ConnectAttachment < Struct.new( :attachment, :transport_attachment_id, :options) SENSITIVE = [] include Aws::Structure end |
#transport_attachment_id ⇒ String
The ID of the transport attachment.
448 449 450 451 452 453 454 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 448 class ConnectAttachment < Struct.new( :attachment, :transport_attachment_id, :options) SENSITIVE = [] include Aws::Structure end |