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)


1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1257

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:



1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1257

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