Class: Aws::NetworkManager::Types::CreateConnectAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateConnectAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_attachment ⇒ Types::ConnectAttachment
The response to a Connect attachment request.
Instance Attribute Details
#connect_attachment ⇒ Types::ConnectAttachment
The response to a Connect attachment request.
1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1369 class CreateConnectAttachmentResponse < Struct.new( :connect_attachment) SENSITIVE = [] include Aws::Structure end |