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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

The options are:

  • status=ENABLED

  • status=DISABLED

Returns:

  • (String)


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

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