Class: Aws::NetworkManager::Types::DeleteAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteAttachmentResponse
- Includes:
- Structure
- Defined in:
- 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.
2050 2051 2052 2053 2054 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2050 class DeleteAttachmentResponse < Struct.new( :attachment) SENSITIVE = [] include Aws::Structure end |