Table of Contents

Class DeleteBackupResponse

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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

string

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; }

Property Value

BackupLifecycle