Class: Aws::Types::UpdateTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3347
3348
3349
# File 'sig/types.rbs', line 3347

def client_token
  @client_token
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3342
3343
3344
# File 'sig/types.rbs', line 3342

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


3344
3345
3346
# File 'sig/types.rbs', line 3344

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3343
3344
3345
# File 'sig/types.rbs', line 3343

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


3345
3346
3347
# File 'sig/types.rbs', line 3345

def step_id
  @step_id
end

#target_run_status"READY", ...

Returns the value of attribute target_run_status.

Returns:

  • ("READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING")


3348
3349
3350
# File 'sig/types.rbs', line 3348

def target_run_status
  @target_run_status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


3346
3347
3348
# File 'sig/types.rbs', line 3346

def task_id
  @task_id
end