You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::ContinuousBackupsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ContinuousBackupsDescription
- Defined in:
- (unknown)
Overview
Represents the continuous backups and point in time recovery settings on the table.
Returned by:
Instance Attribute Summary collapse
-
#continuous_backups_status ⇒ String
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDPossible values:
- ENABLED
- DISABLED
-
#point_in_time_recovery_description ⇒ Types::PointInTimeRecoveryDescription
The description of the point in time recovery settings applied to the table.
Instance Attribute Details
#continuous_backups_status ⇒ String
ContinuousBackupsStatus
can be one of the following states: ENABLED,
DISABLED
Possible values:
- ENABLED
- DISABLED
#point_in_time_recovery_description ⇒ Types::PointInTimeRecoveryDescription
The description of the point in time recovery settings applied to the table.