AWSDynamoDBRestoreTableToPointInTimeInput Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSDynamoDBModel.h AWSDynamoDBModel.m |
restoreDateTime
Time in the past to restore the table to.
@property (nonatomic, strong) NSDate *restoreDateTime
Declared In
AWSDynamoDBModel.h
sourceTableName
Name of the source table that is being restored.
@property (nonatomic, strong) NSString *sourceTableName
Declared In
AWSDynamoDBModel.h
targetTableName
The name of the new table to which it must be restored to.
@property (nonatomic, strong) NSString *targetTableName
Declared In
AWSDynamoDBModel.h
useLatestRestorableTime
Restore the table to the latest possible time. LatestRestorableDateTime
is typically 5 minutes before the current time.
@property (nonatomic, strong) NSNumber *useLatestRestorableTime
Declared In
AWSDynamoDBModel.h