Class: Aws::Types::BatchUpdateJobItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def description
  @description
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def job_id
  @job_id
end

#lifecycle_status"ARCHIVED"

Returns the value of attribute lifecycle_status.

Returns:

  • ("ARCHIVED")


560
561
562
# File 'sig/types.rbs', line 560

def lifecycle_status
  @lifecycle_status
end

#max_failed_tasks_count::Integer

Returns the value of attribute max_failed_tasks_count.

Returns:

  • (::Integer)


558
559
560
# File 'sig/types.rbs', line 558

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)


559
560
561
# File 'sig/types.rbs', line 559

def max_retries_per_task
  @max_retries_per_task
end

#max_worker_count::Integer

Returns the value of attribute max_worker_count.

Returns:

  • (::Integer)


561
562
563
# File 'sig/types.rbs', line 561

def max_worker_count
  @max_worker_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


557
558
559
# File 'sig/types.rbs', line 557

def priority
  @priority
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

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")


556
557
558
# File 'sig/types.rbs', line 556

def target_task_run_status
  @target_task_run_status
end