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)


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