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

Class: Aws::DynamoDB::Types::PointInTimeRecoverySpecification

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

Overview

Note:

When passing PointInTimeRecoverySpecification as input to an Aws::Client method, you can use a vanilla Hash:

{
  point_in_time_recovery_enabled: false, # required
}

Represents the settings used to enable point in time recovery.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#point_in_time_recovery_enabledBoolean

Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.

Returns:

  • (Boolean)

    Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.