Class: Aws::Types::UpdateJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3197
3198
3199
# File 'sig/types.rbs', line 3197

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3205
3206
3207
# File 'sig/types.rbs', line 3205

def description
  @description
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3194
3195
3196
# File 'sig/types.rbs', line 3194

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


3196
3197
3198
# File 'sig/types.rbs', line 3196

def job_id
  @job_id
end

#lifecycle_status"ARCHIVED"

Returns the value of attribute lifecycle_status.

Returns:

  • ("ARCHIVED")


3202
3203
3204
# File 'sig/types.rbs', line 3202

def lifecycle_status
  @lifecycle_status
end

#max_failed_tasks_count::Integer

Returns the value of attribute max_failed_tasks_count.

Returns:

  • (::Integer)


3200
3201
3202
# File 'sig/types.rbs', line 3200

def max_failed_tasks_count
  @max_failed_tasks_count
end

#max_retries_per_task::Integer

Returns the value of attribute max_retries_per_task.

Returns:

  • (::Integer)


3201
3202
3203
# File 'sig/types.rbs', line 3201

def max_retries_per_task
  @max_retries_per_task
end

#max_worker_count::Integer

Returns the value of attribute max_worker_count.

Returns:

  • (::Integer)


3203
3204
3205
# File 'sig/types.rbs', line 3203

def max_worker_count
  @max_worker_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3204
3205
3206
# File 'sig/types.rbs', line 3204

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


3199
3200
3201
# File 'sig/types.rbs', line 3199

def priority
  @priority
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3195
3196
3197
# File 'sig/types.rbs', line 3195

def queue_id
  @queue_id
end

#target_task_run_status"READY", ...

Returns the value of attribute target_task_run_status.

Returns:

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


3198
3199
3200
# File 'sig/types.rbs', line 3198

def target_task_run_status
  @target_task_run_status
end