You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::UpdateContinuousBackupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateContinuousBackupsInput
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateContinuousBackupsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
table_name: "TableName", # required
point_in_time_recovery_specification: { # required
point_in_time_recovery_enabled: false, # required
},
}
Instance Attribute Summary collapse
-
#point_in_time_recovery_specification ⇒ Types::PointInTimeRecoverySpecification
Represents the settings used to enable point in time recovery.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#point_in_time_recovery_specification ⇒ Types::PointInTimeRecoverySpecification
Represents the settings used to enable point in time recovery.
#table_name ⇒ String
The name of the table.