class
Amazonite::DynamoDB::RestoreTableFromBackupOutput
- Amazonite::DynamoDB::RestoreTableFromBackupOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/restore_table_from_backup_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#table_description : TableDescription | Nil
The description of the table created from an existing backup.
-
#table_description=(table_description : TableDescription | Nil)
The description of the table created from an existing backup.
- #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 table_description : TableDescription | Nil
#
The description of the table created from an existing backup.
def table_description=(table_description : TableDescription | Nil)
#
The description of the table created from an existing backup.