Class: Aws::Keyspaces::Types::PointInTimeRecovery

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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*.

[1]: docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The options are:

  • ‘status=ENABLED`

  • ‘status=DISABLED`

Returns:

  • (String)


1158
1159
1160
1161
1162
# File 'lib/aws-sdk-keyspaces/types.rb', line 1158

class PointInTimeRecovery < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end