Class: Aws::Types::BatchGetTaskIdentifier

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)


463
464
465
# File 'sig/types.rbs', line 463

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def step_id
  @step_id
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def task_id
  @task_id
end