Class: Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepRequest
- 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.
-
#name ⇒ String
The name of the step.
-
#next ⇒ Array<String>
The next step.
-
#outputs ⇒ Array<Types::WorkflowStepOutput>
The key value pairs added for the expected output.
-
#previous ⇒ Array<String>
The previous 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 source or target environments.
Instance Attribute Details
#description ⇒ String
The description of the step.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::WorkflowStepOutput>
The key value pairs added for the expected output.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) 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.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#step_target ⇒ Array<String>
The servers on which a step will be run.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
The custom script to run tests on source or target environments.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 340 class CreateWorkflowStepRequest < Struct.new( :name, :step_group_id, :workflow_id, :step_action_type, :description, :workflow_step_automation_configuration, :step_target, :outputs, :previous, :next) SENSITIVE = [] include Aws::Structure end |