Class: Aws::FSx::Types::DeleteBackupRequest

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

Overview

The request object for the ‘DeleteBackup` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the backup that you want to delete.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
# File 'lib/aws-sdk-fsx/types.rb', line 3785

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

#client_request_tokenString

A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
# File 'lib/aws-sdk-fsx/types.rb', line 3785

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