MigrationTaskSummary class

MigrationTaskSummary includes MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and UpdateDateTime for each task.

Constructors

MigrationTaskSummary({String? migrationTaskName, int? progressPercent, String? progressUpdateStream, Status? status, String? statusDetail, DateTime? updateDateTime})
MigrationTaskSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
migrationTaskName String?
Unique identifier that references the migration task. Do not store personal data in this field.
final
progressPercent int?
Indication of the percentage completion of the task.
final
progressUpdateStream String?
An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status?
Status of the task.
final
statusDetail String?
Detail information of what is being done within the overall status state.
final
updateDateTime DateTime?
The timestamp when the task was gathered.
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