class Aws::DynamoDB::Types::PointInTimeRecoverySpecification

Represents the settings used to enable point in time recovery.

@note When making an API call, you may pass PointInTimeRecoverySpecification

data as a hash:

    {
      point_in_time_recovery_enabled: false, # required
    }

@!attribute [rw] point_in_time_recovery_enabled

Indicates whether point in time recovery is enabled (true) or
disabled (false) on the table.
@return [Boolean]

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

Constants

SENSITIVE