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)


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