Class: Aws::Types::GetJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJobRequest
- 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.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def queue_id @queue_id end |