class Amazonite::DynamoDBV2::UpdateContinuousBackupsInput
- Amazonite::DynamoDBV2::UpdateContinuousBackupsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/update_continuous_backups_input.crConstructors
- .new(table_name : String, point_in_time_recovery_specification : PointInTimeRecoverySpecification)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #point_in_time_recovery_specification : PointInTimeRecoverySpecification
- #point_in_time_recovery_specification=(point_in_time_recovery_specification : PointInTimeRecoverySpecification)
- #table_name : String
- #table_name=(table_name : String)
Constructor Detail
def self.new(table_name : String, point_in_time_recovery_specification : PointInTimeRecoverySpecification)
#
Instance Method Detail
def point_in_time_recovery_specification=(point_in_time_recovery_specification : PointInTimeRecoverySpecification)
#