Class: Aws::Keyspaces::Types::PointInTimeRecoverySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::PointInTimeRecoverySummary
- 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
-
#earliest_restorable_timestamp ⇒ Time
Specifies the earliest possible restore point of the table in ISO 8601 format.
-
#status ⇒ String
Shows if point-in-time recovery is enabled or disabled for the specified table.
Instance Attribute Details
#earliest_restorable_timestamp ⇒ Time
Specifies the earliest possible restore point of the table in ISO 8601 format.
1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1419 class PointInTimeRecoverySummary < Struct.new( :status, :earliest_restorable_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Shows if point-in-time recovery is enabled or disabled for the specified table.
1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1419 class PointInTimeRecoverySummary < Struct.new( :status, :earliest_restorable_timestamp) SENSITIVE = [] include Aws::Structure end |