class
Amazonite::DynamoDB::ContinuousBackupsDescription
- Amazonite::DynamoDB::ContinuousBackupsDescription
- Reference
- Object
Overview
Represents the continuous backups and point in time recovery settings on the table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/continuous_backups_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(continuous_backups_status : ContinuousBackupsStatus, point_in_time_recovery_description : PointInTimeRecoveryDescription | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#continuous_backups_status : ContinuousBackupsStatus
ContinuousBackupsStatuscan be one of the following states: ENABLED, DISABLED -
#continuous_backups_status=(continuous_backups_status : ContinuousBackupsStatus)
ContinuousBackupsStatuscan be one of the following states: ENABLED, DISABLED -
#hash(hasher)
See
Object#hash(hasher) -
#point_in_time_recovery_description : PointInTimeRecoveryDescription | Nil
The description of the point in time recovery settings applied to the table.
-
#point_in_time_recovery_description=(point_in_time_recovery_description : PointInTimeRecoveryDescription | Nil)
The description of the point in time recovery settings applied to the table.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED
ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED
The description of the point in time recovery settings applied to the table.
The description of the point in time recovery settings applied to the table.