class Aws::DynamoDB::Types::PointInTimeRecoveryDescription

The description of the point in time settings applied to the table.

@!attribute [rw] point_in_time_recovery_status

The current state of point in time recovery:

* `ENABLING` - Point in time recovery is being enabled.

* `ENABLED` - Point in time recovery is enabled.

* `DISABLED` - Point in time recovery is disabled.
@return [String]

@!attribute [rw] earliest_restorable_date_time

Specifies the earliest point in time you can restore your table to.
You can restore your table to any point in time during the last 35
days.
@return [Time]

@!attribute [rw] latest_restorable_date_time

`LatestRestorableDateTime` is typically 5 minutes before the current
time.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/PointInTimeRecoveryDescription AWS API Documentation

Constants

SENSITIVE