Class DeleteSnapshotResponse
This is the response object from the DeleteSnapshot operation.
public class DeleteSnapshotResponse : AmazonWebServiceResponse
- Inheritance
-
DeleteSnapshotResponse
Constructors
DeleteSnapshotResponse()
public DeleteSnapshotResponse()
Properties
Lifecycle
Gets and sets the property Lifecycle.
The lifecycle status of the snapshot. If the DeleteSnapshot
operation is successful,
this status is DELETING
.
public SnapshotLifecycle Lifecycle { get; set; }
Property Value
SnapshotId
Gets and sets the property SnapshotId.
The ID of the deleted snapshot.
public string SnapshotId { get; set; }