Class: Aws::NetworkManager::Types::RejectAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RejectAttachmentResponse
- Defined in:
- gems/aws-sdk-networkmanager/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.
5513 5514 5515 5516 5517 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5513 class RejectAttachmentResponse < Struct.new( :attachment) SENSITIVE = [] include Aws::Structure end |