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.



2658
2659
2660
2661
2662
# File 'lib/aws-sdk-networkmanager/types.rb', line 2658

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