You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MigrationHub::Types::ListMigrationTasksResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#migration_task_summary_listArray<Types::MigrationTaskSummary>

Lists the migration task\'s summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.

Returns:

  • (Array<Types::MigrationTaskSummary>)

    Lists the migration task\'s summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.

#next_tokenString

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.

Returns:

  • (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.