class
Amazonite::DynamoDB::DescribeContinuousBackupsInput
- Amazonite::DynamoDB::DescribeContinuousBackupsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_continuous_backups_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#table_name : String
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
-
#table_name=(table_name : String)
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
You can also provide the Amazon Resource Name (ARN) of the table in this parameter.