Class: Aws::NetworkManager::Types::RejectAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RejectAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The ID of the attachment.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the attachment.
5003 5004 5005 5006 5007 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5003 class RejectAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |