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.
4639 4640 4641 4642 4643 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4639 class RejectAttachmentResponse < Struct.new( :attachment) SENSITIVE = [] include Aws::Structure end |