Class: Aws::MigrationHubOrchestrator::Types::UpdateMigrationWorkflowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:input_parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the migration workflow.

Returns:

  • (String)


2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2059

class UpdateMigrationWorkflowRequest < Struct.new(
  :id,
  :name,
  :description,
  :input_parameters,
  :step_targets)
  SENSITIVE = [:input_parameters]
  include Aws::Structure
end

#idString

The ID of the migration workflow.

Returns:

  • (String)


2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2059

class UpdateMigrationWorkflowRequest < Struct.new(
  :id,
  :name,
  :description,
  :input_parameters,
  :step_targets)
  SENSITIVE = [:input_parameters]
  include Aws::Structure
end

#input_parametersHash<String,Types::StepInput>

The input parameters required to update a migration workflow.

Returns:



2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2059

class UpdateMigrationWorkflowRequest < Struct.new(
  :id,
  :name,
  :description,
  :input_parameters,
  :step_targets)
  SENSITIVE = [:input_parameters]
  include Aws::Structure
end

#nameString

The name of the migration workflow.

Returns:

  • (String)


2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2059

class UpdateMigrationWorkflowRequest < Struct.new(
  :id,
  :name,
  :description,
  :input_parameters,
  :step_targets)
  SENSITIVE = [:input_parameters]
  include Aws::Structure
end

#step_targetsArray<String>

The servers on which a step will be run.

Returns:

  • (Array<String>)


2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2059

class UpdateMigrationWorkflowRequest < Struct.new(
  :id,
  :name,
  :description,
  :input_parameters,
  :step_targets)
  SENSITIVE = [:input_parameters]
  include Aws::Structure
end