Class: Aws::MigrationHubOrchestrator::Types::ListWorkflowStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListWorkflowStepsRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results that can be returned.
-
#next_token ⇒ String
The pagination token.
-
#step_group_id ⇒ String
The ID of the step group.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results that can be returned.
1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1238 class ListWorkflowStepsRequest < Struct.new( :next_token, :max_results, :workflow_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1238 class ListWorkflowStepsRequest < Struct.new( :next_token, :max_results, :workflow_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1238 class ListWorkflowStepsRequest < Struct.new( :next_token, :max_results, :workflow_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1238 class ListWorkflowStepsRequest < Struct.new( :next_token, :max_results, :workflow_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |