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
- Struct
- Aws::DynamoDB::Types::PointInTimeRecoverySpecification
- 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
-
#point_in_time_recovery_enabled ⇒ Boolean
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
Instance Attribute Details
#point_in_time_recovery_enabled ⇒ Boolean
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.