Class: Aws::NetworkManager::Types::GetConnectAttachmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_attachmentTypes::ConnectAttachment

Details about the Connect attachment.



2676
2677
2678
2679
2680
# File 'lib/aws-sdk-networkmanager/types.rb', line 2676

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