You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteBackupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  backup_id: "BackupId", # required
  client_request_token: "ClientRequestToken",
}

The request object for DeleteBackup operation.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the backup you want to delete.

Returns:

  • (String)

    The ID of the backup you want to delete.

#client_request_tokenString

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

Returns:

  • (String)

    A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.