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.
2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2658 class GetConnectAttachmentResponse < Struct.new( :connect_attachment) SENSITIVE = [] include Aws::Structure end |