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 ‘DeleteBackup` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the backup deleted.

Returns:

  • (String)


571
572
573
574
575
# File 'lib/aws-sdk-fsx/types.rb', line 571

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

#lifecycleString

The lifecycle of the backup. Should be ‘DELETED`.

Returns:

  • (String)


571
572
573
574
575
# File 'lib/aws-sdk-fsx/types.rb', line 571

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