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.
5033 5034 5035 5036 5037 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5033 class RejectAttachmentResponse < Struct.new( :attachment) SENSITIVE = [] include Aws::Structure end |