Class: Aws::NetworkManager::Types::GetConnectAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetConnectAttachmentResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_attachment ⇒ Types::ConnectAttachment
Details about the Connect attachment.
Instance Attribute Details
#connect_attachment ⇒ Types::ConnectAttachment
Details about the Connect attachment.
2579 2580 2581 2582 2583 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2579 class GetConnectAttachmentResponse < Struct.new( :connect_attachment) SENSITIVE = [] include Aws::Structure end |