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.
1213 1214 1215 1216 1217 1218 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1213 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.
1213 1214 1215 1216 1217 1218 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1213 class ListWorkflowStepGroupsResponse < Struct.new( :next_token, :workflow_step_groups_summary) SENSITIVE = [] include Aws::Structure end |