Class: Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the step.
-
#id ⇒ String
The ID of the step.
-
#name ⇒ String
The name of the step.
-
#next ⇒ Array<String>
The next step.
-
#outputs ⇒ Array<Types::WorkflowStepOutput>
The outputs of a step.
-
#previous ⇒ Array<String>
The previous step.
-
#status ⇒ String
The status of the step.
-
#step_action_type ⇒ String
The action type of the step.
-
#step_group_id ⇒ String
The ID of the step group.
-
#step_target ⇒ Array<String>
The servers on which a step will be run.
-
#workflow_id ⇒ String
The ID of the migration workflow.
-
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
The custom script to run tests on the source and target environments.
Instance Attribute Details
#description ⇒ String
The description of the step.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the step.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::WorkflowStepOutput>
The outputs of a step.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#step_action_type ⇒ String
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#step_target ⇒ Array<String>
The servers on which a step will be run.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
The custom script to run tests on the source and target environments.
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2335 class UpdateWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id, :name, :description, :step_action_type, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next, :status) SENSITIVE = [] include Aws::Structure end |