Class: Aws::MigrationHubOrchestrator::Types::ListWorkflowStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListWorkflowStepsResponse
- 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_steps_summary ⇒ Array<Types::WorkflowStepSummary>
The summary of steps in a migration workflow.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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_summary ⇒ Array<Types::WorkflowStepSummary>
The summary of steps in a migration workflow.
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 |