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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


4119
4120
4121
4122
4123
4124
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4119

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)


4119
4120
4121
4122
4123
4124
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4119

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