Class: Aws::DirectoryService::Types::DeleteSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DeleteSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains the inputs for the DeleteSnapshot operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The identifier of the directory snapshot to be deleted.
Instance Attribute Details
#snapshot_id ⇒ String
The identifier of the directory snapshot to be deleted.
1117 1118 1119 1120 1121 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1117 class DeleteSnapshotRequest < Struct.new( :snapshot_id) SENSITIVE = [] include Aws::Structure end |