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)


4087
4088
4089
4090
4091
4092
# File 'lib/aws-sdk-fsx/types.rb', line 4087

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)


4087
4088
4089
4090
4091
4092
# File 'lib/aws-sdk-fsx/types.rb', line 4087

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