Class DeleteBackupResponse
The response object for the DeleteBackup
operation.
public class DeleteBackupResponse : AmazonWebServiceResponse
- Inheritance
-
DeleteBackupResponse
Constructors
DeleteBackupResponse()
public DeleteBackupResponse()
Properties
BackupId
Gets and sets the property BackupId.
The ID of the backup that was deleted.
public string BackupId { get; set; }
Property Value
Lifecycle
Gets and sets the property Lifecycle.
The lifecycle status of the backup. If the DeleteBackup
operation is successful,
the status is DELETED
.
public BackupLifecycle Lifecycle { get; set; }