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.



1211
1212
1213
1214
1215
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1211

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