Class: Aws::NetworkManager::Types::RejectAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RejectAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Describes the rejected attachment request.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Describes the rejected attachment request.
5015 5016 5017 5018 5019 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5015 class RejectAttachmentResponse < Struct.new( :attachment) SENSITIVE = [] include Aws::Structure end |