AWSDynamoDBDescribeContinuousBackupsOutput
Objective-C
@interface AWSDynamoDBDescribeContinuousBackupsOutput
Swift
class AWSDynamoDBDescribeContinuousBackupsOutput
-
Represents the continuous backups and point in time recovery settings on the table.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBContinuousBackupsDescription *_Nullable continuousBackupsDescription;
Swift
var continuousBackupsDescription: AWSDynamoDBContinuousBackupsDescription? { get set }