Class: Aws::NetworkManager::Types::CreateConnectAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateConnectAttachmentResponse
- 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
The response to a Connect attachment request.
Instance Attribute Details
#connect_attachment ⇒ Types::ConnectAttachment
The response to a Connect attachment request.
1201 1202 1203 1204 1205 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1201 class CreateConnectAttachmentResponse < Struct.new( :connect_attachment) SENSITIVE = [] include Aws::Structure end |