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)


4184
4185
4186
4187
4188
4189
# File 'lib/aws-sdk-fsx/types.rb', line 4184

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)


4184
4185
4186
4187
4188
4189
# File 'lib/aws-sdk-fsx/types.rb', line 4184

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