class Aws::DynamoDB::Types::RestoreTableToPointInTimeInput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/RestoreTableToPointInTimeInput AWS API Documentation
@return [Time]
Time in the past to restore the table to.
@!attribute [rw] restore_date_time
@return [Boolean]
time.
‘LatestRestorableDateTime` is typically 5 minutes before the current
Restore the table to the latest possible time.
@!attribute [rw] use_latest_restorable_time
@return [String]
The name of the new table to which it must be restored to.
@!attribute [rw] target_table_name
@return [String]
Name of the source table that is being restored.
@!attribute [rw] source_table_name
}
restore_date_time: Time.now,
use_latest_restorable_time: false,
target_table_name: “TableName”, # required
source_table_name: “TableName”, # required
{
data as a hash:
@note When making an API call, you may pass RestoreTableToPointInTimeInput