Class: Aws::Types::BatchUpdateTaskItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

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


595
596
597
# File 'sig/types.rbs', line 595

def target_run_status
  @target_run_status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def task_id
  @task_id
end