Class: Aws::Deadline::Types::UpdateStepRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


8738
8739
8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8738

class UpdateStepRequest < Struct.new(
  :client_token,
  :farm_id,
  :job_id,
  :queue_id,
  :step_id,
  :target_task_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The farm ID to update.

Returns:

  • (String)


8738
8739
8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8738

class UpdateStepRequest < Struct.new(
  :client_token,
  :farm_id,
  :job_id,
  :queue_id,
  :step_id,
  :target_task_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID to update.

Returns:

  • (String)


8738
8739
8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8738

class UpdateStepRequest < Struct.new(
  :client_token,
  :farm_id,
  :job_id,
  :queue_id,
  :step_id,
  :target_task_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID to update.

Returns:

  • (String)


8738
8739
8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8738

class UpdateStepRequest < Struct.new(
  :client_token,
  :farm_id,
  :job_id,
  :queue_id,
  :step_id,
  :target_task_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The step ID to update.

Returns:

  • (String)


8738
8739
8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8738

class UpdateStepRequest < Struct.new(
  :client_token,
  :farm_id,
  :job_id,
  :queue_id,
  :step_id,
  :target_task_run_status)
  SENSITIVE = []
  include Aws::Structure
end

#target_task_run_statusString

The task status to update the step's tasks to.

Returns:

  • (String)


8738
8739
8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8738

class UpdateStepRequest < Struct.new(
  :client_token,
  :farm_id,
  :job_id,
  :queue_id,
  :step_id,
  :target_task_run_status)
  SENSITIVE = []
  include Aws::Structure
end