Class: Aws::MigrationHubOrchestrator::Types::ListWorkflowStepsResponse

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)


1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1405

class ListWorkflowStepsResponse < Struct.new(
  :next_token,
  :workflow_steps_summary)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_steps_summaryArray<Types::WorkflowStepSummary>

The summary of steps in a migration workflow.

Returns:



1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1405

class ListWorkflowStepsResponse < Struct.new(
  :next_token,
  :workflow_steps_summary)
  SENSITIVE = []
  include Aws::Structure
end