Class: Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowsResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_workflow_summary ⇒ Array<Types::MigrationWorkflowSummary>
The summary of the migration workflow.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#migration_workflow_summary ⇒ Array<Types::MigrationWorkflowSummary>
The summary of the migration workflow.
1181 1182 1183 1184 1185 1186 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1181 class ListMigrationWorkflowsResponse < Struct.new( :next_token, :migration_workflow_summary) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1181 1182 1183 1184 1185 1186 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1181 class ListMigrationWorkflowsResponse < Struct.new( :next_token, :migration_workflow_summary) SENSITIVE = [] include Aws::Structure end |