Class: Aws::DynamoDB::Types::ContinuousBackupsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ContinuousBackupsDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the continuous backups and point in time recovery settings on the table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuous_backups_status ⇒ String
‘ContinuousBackupsStatus` can be one of the following states: 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
1617 1618 1619 1620 1621 1622 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1617 class ContinuousBackupsDescription < Struct.new( :continuous_backups_status, :point_in_time_recovery_description) SENSITIVE = [] include Aws::Structure end |
#point_in_time_recovery_description ⇒ Types::PointInTimeRecoveryDescription
The description of the point in time recovery settings applied to the table.
1617 1618 1619 1620 1621 1622 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1617 class ContinuousBackupsDescription < Struct.new( :continuous_backups_status, :point_in_time_recovery_description) SENSITIVE = [] include Aws::Structure end |