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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



602
603
604
605
606
607
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 602

class ListMigrationTasksResult < Struct.new(
  :next_token,
  :migration_task_summary_list)
  SENSITIVE = []
  include Aws::Structure
end

#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)


602
603
604
605
606
607
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 602

class ListMigrationTasksResult < Struct.new(
  :next_token,
  :migration_task_summary_list)
  SENSITIVE = []
  include Aws::Structure
end