Class: Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepRequest

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

#descriptionString

The description of the step.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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

#idString

The ID of the step.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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

#nameString

The name of the step.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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

#nextArray<String>

The next step.

Returns:

  • (Array<String>)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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

#outputsArray<Types::WorkflowStepOutput>

The outputs of a step.

Returns:



2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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

#previousArray<String>

The previous step.

Returns:

  • (Array<String>)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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

#statusString

The status of the step.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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_typeString

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.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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_idString

The ID of the step group.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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_targetArray<String>

The servers on which a step will be run.

Returns:

  • (Array<String>)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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_idString

The ID of the migration workflow.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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_configurationTypes::WorkflowStepAutomationConfiguration

The custom script to run tests on the source and target environments.



2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2104

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