Class: Aws::DirectoryService::Types::DeleteSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DeleteSnapshotResult
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Contains the results of the DeleteSnapshot operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The identifier of the directory snapshot that was deleted.
Instance Attribute Details
#snapshot_id ⇒ String
The identifier of the directory snapshot that was deleted.
1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1131 class DeleteSnapshotResult < Struct.new( :snapshot_id) SENSITIVE = [] include Aws::Structure end |