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)


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

#idString

The ID of the step.

Returns:

  • (String)


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

#nameString

The name of the step.

Returns:

  • (String)


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

#nextArray<String>

The next step.

Returns:

  • (Array<String>)


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

#outputsArray<Types::WorkflowStepOutput>

The outputs of a step.

Returns:



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

#previousArray<String>

The previous step.

Returns:

  • (Array<String>)


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

#statusString

The status of the step.

Returns:

  • (String)


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_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)


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_idString

The ID of the step group.

Returns:

  • (String)


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

The servers on which a step will be run.

Returns:

  • (Array<String>)


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_idString

The ID of the migration workflow.

Returns:

  • (String)


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