Table of Contents

Class DeleteBackupRequest

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Container for the parameters to the DeleteBackup operation. Deletes an existing backup of a table.

You can call

DeleteBackup
at a maximum rate of 10 times per second.
public class DeleteBackupRequest : AmazonDynamoDBRequest
Inheritance
DeleteBackupRequest

Constructors

DeleteBackupRequest()

public DeleteBackupRequest()

Properties

BackupArn

Gets and sets the property BackupArn.

The ARN associated with the backup.

public string BackupArn { get; set; }

Property Value

string