class
Amazonite::DynamoDB::RestoreSummary
- Amazonite::DynamoDB::RestoreSummary
- Reference
- Object
Overview
Contains details for the restore.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/restore_summary.crConstructors
- .new(restore_date_time : Time, restore_in_progress : Bool, source_backup_arn : String | Nil = nil, source_table_arn : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .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) -
#restore_date_time : Time
Point in time or source backup time.
-
#restore_date_time=(restore_date_time : Time)
Point in time or source backup time.
-
#restore_in_progress : Bool
Indicates if a restore is in progress or not.
-
#restore_in_progress=(restore_in_progress : Bool)
Indicates if a restore is in progress or not.
-
#source_backup_arn : String | Nil
The Amazon Resource Name (ARN) of the backup from which the table was restored.
-
#source_backup_arn=(source_backup_arn : String | Nil)
The Amazon Resource Name (ARN) of the backup from which the table was restored.
-
#source_table_arn : String | Nil
The ARN of the source table of the backup that is being restored.
-
#source_table_arn=(source_table_arn : String | Nil)
The ARN of the source table of the backup that is being restored.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Indicates if a restore is in progress or not.
The Amazon Resource Name (ARN) of the backup from which the table was restored.
The Amazon Resource Name (ARN) of the backup from which the table was restored.
The ARN of the source table of the backup that is being restored.
The ARN of the source table of the backup that is being restored.