Class DescribeBackupRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the DescribeBackup operation. Describes an existing backup of a table.
You can call
DescribeBackup
at a maximum rate of 10 times per second.
public class DescribeBackupRequest : AmazonDynamoDBRequest
- Inheritance
-
DescribeBackupRequest
Constructors
DescribeBackupRequest()
public DescribeBackupRequest()
Properties
BackupArn
Gets and sets the property BackupArn.
The Amazon Resource Name (ARN) associated with the backup.
public string BackupArn { get; set; }