Class: Aws::Keyspaces::Types::PointInTimeRecoverySummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

The point-in-time recovery status of the specified table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#earliest_restorable_timestampTime

Specifies the earliest possible restore point of the table in ISO 8601 format.

Returns:

  • (Time)


1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1178

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

#statusString

Shows if point-in-time recovery is enabled or disabled for the specified table.

Returns:

  • (String)


1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1178

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