Class: Aws::NetworkManager::Types::DeleteAttachmentResponse

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

Information about the deleted attachment.

Returns:



1838
1839
1840
1841
1842
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1838

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