RestoreSummary class
Contains details for the restore.
Constructors
- RestoreSummary({required DateTime restoreDateTime, required bool restoreInProgress, String? sourceBackupArn, String? sourceTableArn})
-
RestoreSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- restoreDateTime → DateTime
-
Point in time or source backup time.
final
- restoreInProgress → bool
-
Indicates if a restore is in progress or not.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceBackupArn → String?
-
The Amazon Resource Name (ARN) of the backup from which the table was
restored.
final
- sourceTableArn → String?
-
The ARN of the source table of the backup that is being restored.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited