class Amazonite::DynamoDBV2::RestoreSummary
- Amazonite::DynamoDBV2::RestoreSummary
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/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)
Instance Method Summary
- #restore_date_time : Time
- #restore_date_time=(restore_date_time : Time)
- #restore_in_progress : Bool
- #restore_in_progress=(restore_in_progress : Bool)
- #source_backup_arn : String | Nil
- #source_backup_arn=(source_backup_arn : String | Nil)
- #source_table_arn : String | Nil
- #source_table_arn=(source_table_arn : String | Nil)
Constructor Detail
def self.new(restore_date_time : Time, restore_in_progress : Bool, source_backup_arn : String | Nil = nil, source_table_arn : String | Nil = nil)
#