AWSDynamoDBUpdateContinuousBackupsInput
Objective-C
@interface AWSDynamoDBUpdateContinuousBackupsInput
Swift
class AWSDynamoDBUpdateContinuousBackupsInput
-
Represents the settings used to enable point in time recovery.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBPointInTimeRecoverySpecification *_Nullable pointInTimeRecoverySpecification;
Swift
var pointInTimeRecoverySpecification: AWSDynamoDBPointInTimeRecoverySpecification? { get set }
-
The name of the table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }