Class DescribeBackupResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the DescribeBackup operation.
public class DescribeBackupResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeBackupResponse
Constructors
DescribeBackupResponse()
public DescribeBackupResponse()
Properties
BackupDescription
Gets and sets the property BackupDescription.
Contains the description of the backup created for the table.
public BackupDescription BackupDescription { get; set; }