Class: Aws::DynamoDB::Types::PointInTimeRecoverySpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::PointInTimeRecoverySpecification
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Represents the settings used to enable point in time recovery.
Constant Summary collapse
- SENSITIVE =
[]
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.
5841 5842 5843 5844 5845 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5841 class PointInTimeRecoverySpecification < Struct.new( :point_in_time_recovery_enabled) SENSITIVE = [] include Aws::Structure end |