Class: Aws::NetworkManager::Types::AcceptAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AcceptAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
The response to the attachment request.
Instance Attribute Details
#attachment ⇒ Types::Attachment
The response to the attachment request.
52 53 54 55 56 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 52 class AcceptAttachmentResponse < Struct.new( :attachment) SENSITIVE = [] include Aws::Structure end |