class
Amazonite::DynamoDB::DescribeContinuousBackupsOutput
- Amazonite::DynamoDB::DescribeContinuousBackupsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_continuous_backups_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(continuous_backups_description : ContinuousBackupsDescription | 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_description : ContinuousBackupsDescription | Nil
Represents the continuous backups and point in time recovery settings on the table.
-
#continuous_backups_description=(continuous_backups_description : ContinuousBackupsDescription | Nil)
Represents the continuous backups and point in time recovery settings on the table.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def continuous_backups_description : ContinuousBackupsDescription | Nil
#
Represents the continuous backups and point in time recovery settings on the table.
def continuous_backups_description=(continuous_backups_description : ContinuousBackupsDescription | Nil)
#
Represents the continuous backups and point in time recovery settings on the table.