Class: Aws::MigrationHubOrchestrator::Types::ListWorkflowStepGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListWorkflowStepGroupsResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#workflow_step_groups_summary ⇒ Array<Types::WorkflowStepGroupSummary>
The summary of step groups in a migration workflow.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
1361 1362 1363 1364 1365 1366 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1361 class ListWorkflowStepGroupsResponse < Struct.new( :next_token, :workflow_step_groups_summary) SENSITIVE = [] include Aws::Structure end |
#workflow_step_groups_summary ⇒ Array<Types::WorkflowStepGroupSummary>
The summary of step groups in a migration workflow.
1361 1362 1363 1364 1365 1366 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1361 class ListWorkflowStepGroupsResponse < Struct.new( :next_token, :workflow_step_groups_summary) SENSITIVE = [] include Aws::Structure end |