Class: Aws::NetworkManager::Types::CreateConnectAttachmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_attachmentTypes::ConnectAttachment

The response to a Connect attachment request.



1292
1293
1294
1295
1296
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1292

class CreateConnectAttachmentResponse < Struct.new(
  :connect_attachment)
  SENSITIVE = []
  include Aws::Structure
end