Class: Aws::Types::BatchGetTaskIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetTaskIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
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.
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.
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.
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.
467 468 469 |
# File 'sig/types.rbs', line 467 def task_id @task_id end |