Class: Aws::Types::GetTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTaskRequest
- 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.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def step_id @step_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def task_id @task_id end |