Method: Aws::Deadline::Types::UpdateTaskRequest#client_token

Defined in:
lib/aws-sdk-deadline/types.rb

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



10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
# File 'lib/aws-sdk-deadline/types.rb', line 10322

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