AWSDynamoDBUpdateContinuousBackupsOutput
Objective-C
@interface AWSDynamoDBUpdateContinuousBackupsOutput
Swift
class AWSDynamoDBUpdateContinuousBackupsOutput
-
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 }