Class: Aws::MigrationHubOrchestrator::Types::ListWorkflowStepGroupsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


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_summaryArray<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