Class: Aws::NetworkManager::Types::DeleteAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteAttachmentResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Information about the deleted attachment.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Information about the deleted attachment.
1990 1991 1992 1993 1994 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1990 class DeleteAttachmentResponse < Struct.new( :attachment) SENSITIVE = [] include Aws::Structure end |