Class: Aws::Keyspaces::Types::PointInTimeRecovery
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::PointInTimeRecovery
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Point-in-time recovery (PITR) helps protect your Amazon Keyspaces tables from accidental write or delete operations by providing you continuous backups of your table data.
For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The options are:.
Instance Attribute Details
#status ⇒ String
The options are:
status=ENABLED
status=DISABLED
1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1399 class PointInTimeRecovery < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |