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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

The response object for the ‘DeleteBackup` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the backup that was deleted.

Returns:

  • (String)


3805
3806
3807
3808
3809
3810
# File 'lib/aws-sdk-fsx/types.rb', line 3805

class DeleteBackupResponse < Struct.new(
  :backup_id,
  :lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleString

The lifecycle status of the backup. If the ‘DeleteBackup` operation is successful, the status is `DELETED`.

Returns:

  • (String)


3805
3806
3807
3808
3809
3810
# File 'lib/aws-sdk-fsx/types.rb', line 3805

class DeleteBackupResponse < Struct.new(
  :backup_id,
  :lifecycle)
  SENSITIVE = []
  include Aws::Structure
end