ListMigrationTasksResult

public struct ListMigrationTasksResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Lists the migration task’s summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.

    Declaration

    Swift

    public let migrationTaskSummaryList: [MigrationTaskSummary]?
  • 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.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(migrationTaskSummaryList: [MigrationTaskSummary]? = nil, nextToken: String? = nil)