Class: Aws::MigrationHub::Types::ListMigrationTasksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ListMigrationTasksResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_task_summary_list ⇒ Array<Types::MigrationTaskSummary>
Lists the migration task’s summary which includes: ‘MigrationTaskName`, `ProgressPercent`, `ProgressUpdateStream`, `Status`, and the `UpdateDateTime` for each task.
-
#next_token ⇒ 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.
Instance Attribute Details
#migration_task_summary_list ⇒ Array<Types::MigrationTaskSummary>
Lists the migration task’s summary which includes: ‘MigrationTaskName`, `ProgressPercent`, `ProgressUpdateStream`, `Status`, and the `UpdateDateTime` for each task.
602 603 604 605 606 607 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 602 class ListMigrationTasksResult < Struct.new( :next_token, :migration_task_summary_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ 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.
602 603 604 605 606 607 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 602 class ListMigrationTasksResult < Struct.new( :next_token, :migration_task_summary_list) SENSITIVE = [] include Aws::Structure end |