Class: Aws::Deadline::Types::BatchUpdateTaskItem

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

Overview

The details of a task to update in a batch update operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the task to update.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188

class BatchUpdateTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :target_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID of the task to update.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188

class BatchUpdateTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :target_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID of the task to update.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188

class BatchUpdateTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :target_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The step ID of the task to update.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188

class BatchUpdateTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :target_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#target_run_statusString

The run status with which to start the task.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188

class BatchUpdateTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :target_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The task ID of the task to update.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188

class BatchUpdateTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :target_run_status)
  SENSITIVE = []
  include Aws::Structure
end