Class: Aws::Keyspaces::Types::PointInTimeRecoverySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::PointInTimeRecoverySummary
- Includes:
- Structure
- Defined in:
- 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.
1178 1179 1180 1181 1182 1183 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1178 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.
1178 1179 1180 1181 1182 1183 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1178 class PointInTimeRecoverySummary < Struct.new( :status, :earliest_restorable_timestamp) SENSITIVE = [] include Aws::Structure end |