ListMigrationTasksResult class

Constructors

ListMigrationTasksResult({List<MigrationTaskSummary>? migrationTaskSummaryList, String? nextToken})
ListMigrationTasksResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
migrationTaskSummaryList List<MigrationTaskSummary>?
Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.
final
nextToken String?
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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