Class DescribeContinuousBackupsResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the DescribeContinuousBackups operation.
public class DescribeContinuousBackupsResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeContinuousBackupsResponse
Constructors
DescribeContinuousBackupsResponse()
public DescribeContinuousBackupsResponse()
Properties
ContinuousBackupsDescription
Gets and sets the property ContinuousBackupsDescription.
Represents the continuous backups and point in time recovery settings on the table.
public ContinuousBackupsDescription ContinuousBackupsDescription { get; set; }