You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FSx::Types::DeleteBackupResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The response object for DeleteBackup operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the backup deleted.

Returns:

  • (String)

    The ID of the backup deleted.

#lifecycleString

The lifecycle of the backup. Should be DELETED.

Possible values:

  • AVAILABLE
  • CREATING
  • TRANSFERRING
  • DELETED
  • FAILED

Returns:

  • (String)

    The lifecycle of the backup.