class Aws::DynamoDB::Types::PointInTimeRecoveryDescription
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/PointInTimeRecoveryDescription AWS API Documentation
@return [Time]
time.
‘LatestRestorableDateTime` is typically 5 minutes before the current
@!attribute [rw] latest_restorable_date_time
@return [Time]
days.
You can restore your table to any point in time during the last 35
Specifies the earliest point in time you can restore your table to.
@!attribute [rw] earliest_restorable_date_time
@return [Integer]
default to 35.
parameter is optional. If no value is provided, the value will
point-in-time from within the configured recovery period. This
and maintained. Your table data is only recoverable to any
The number of preceding days for which continuous backups are taken
@!attribute [rw] recovery_period_in_days
@return [String]
* `DISABLED` - Point in time recovery is disabled.
* `ENABLED` - Point in time recovery is enabled.
The current state of point in time recovery:
@!attribute [rw] point_in_time_recovery_status
The description of the point in time settings applied to the table.