You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::PointInTimeRecoveryDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#earliest_restorable_date_timeTime

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.

Returns:

  • (Time)

    Specifies the earliest point in time you can restore your table to.

#latest_restorable_date_timeTime

LatestRestorableDateTime is typically 5 minutes before the current time.

Returns:

  • (Time)

    LatestRestorableDateTime is typically 5 minutes before the current time.

#point_in_time_recovery_statusString

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.

    Possible values:

    • ENABLED
    • DISABLED

Returns:

  • (String)

    The current state of point in time recovery:.