Class: Aws::NetworkManager::Types::AcceptAttachmentResponse

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

#attachmentTypes::Attachment

The response to the attachment request.

Returns:



52
53
54
55
56
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 52

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