class
Amazonite::DynamoDB::PointInTimeRecoveryDescription
- Amazonite::DynamoDB::PointInTimeRecoveryDescription
- Reference
- Object
Overview
The description of the point in time settings applied to the table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/point_in_time_recovery_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(point_in_time_recovery_status : PointInTimeRecoveryStatus | Nil = nil, recovery_period_in_days : Int32 | Nil = nil, earliest_restorable_date_time : Time | Nil = nil, latest_restorable_date_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#earliest_restorable_date_time : Time | Nil
Specifies the earliest point in time you can restore your table to.
-
#earliest_restorable_date_time=(earliest_restorable_date_time : Time | Nil)
Specifies the earliest point in time you can restore your table to.
-
#hash(hasher)
See
Object#hash(hasher) -
#latest_restorable_date_time : Time | Nil
LatestRestorableDateTimeis typically 5 minutes before the current time. -
#latest_restorable_date_time=(latest_restorable_date_time : Time | Nil)
LatestRestorableDateTimeis typically 5 minutes before the current time. -
#point_in_time_recovery_status : PointInTimeRecoveryStatus | Nil
The current state of point in time recovery:
-
#point_in_time_recovery_status=(point_in_time_recovery_status : PointInTimeRecoveryStatus | Nil)
The current state of point in time recovery:
-
#recovery_period_in_days : Int32 | Nil
The number of preceding days for which continuous backups are taken and maintained.
-
#recovery_period_in_days=(recovery_period_in_days : Int32 | Nil)
The number of preceding days for which continuous backups are taken and maintained.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
LatestRestorableDateTime is typically 5 minutes before the current time.
LatestRestorableDateTime is typically 5 minutes before the current time.
The current state of point in time recovery:
-
ENABLED- Point in time recovery is enabled. -
DISABLED- Point in time recovery is disabled.
The current state of point in time recovery:
-
ENABLED- Point in time recovery is enabled. -
DISABLED- Point in time recovery is disabled.
The number of preceding days for which continuous backups are taken and maintained. Your table data is only recoverable to any point-in-time from within the configured recovery period. This parameter is optional.
The number of preceding days for which continuous backups are taken and maintained. Your table data is only recoverable to any point-in-time from within the configured recovery period. This parameter is optional.