Class: Aws::FSx::Types::DeleteSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteSnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle ⇒ String
The lifecycle status of the snapshot.
-
#snapshot_id ⇒ String
The ID of the deleted snapshot.
Instance Attribute Details
#lifecycle ⇒ String
The lifecycle status of the snapshot. If the ‘DeleteSnapshot` operation is successful, this status is `DELETING`.
4487 4488 4489 4490 4491 4492 |
# File 'lib/aws-sdk-fsx/types.rb', line 4487 class DeleteSnapshotResponse < Struct.new( :snapshot_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the deleted snapshot.
4487 4488 4489 4490 4491 4492 |
# File 'lib/aws-sdk-fsx/types.rb', line 4487 class DeleteSnapshotResponse < Struct.new( :snapshot_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |