class
Amazonite::DynamoDB::BackupDescription
- Amazonite::DynamoDB::BackupDescription
- Reference
- Object
Overview
Contains the description of the backup created for the table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/backup_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(backup_details : BackupDetails | Nil = nil, source_table_details : SourceTableDetails | Nil = nil, source_table_feature_details : SourceTableFeatureDetails | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#backup_details : BackupDetails | Nil
Contains the details of the backup created for the table.
-
#backup_details=(backup_details : BackupDetails | Nil)
Contains the details of the backup created for the table.
-
#hash(hasher)
See
Object#hash(hasher) -
#source_table_details : SourceTableDetails | Nil
Contains the details of the table when the backup was created.
-
#source_table_details=(source_table_details : SourceTableDetails | Nil)
Contains the details of the table when the backup was created.
-
#source_table_feature_details : SourceTableFeatureDetails | Nil
Contains the details of the features enabled on the table when the backup was created.
-
#source_table_feature_details=(source_table_feature_details : SourceTableFeatureDetails | Nil)
Contains the details of the features enabled on the table when the backup was created.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Contains the details of the backup created for the table.
Contains the details of the backup created for the table.
Contains the details of the table when the backup was created.
Contains the details of the table when the backup was created.
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.