Class: Aws::Types::BatchGetJobIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetJobIdentifier
- 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.
255 256 257 |
# File 'sig/types.rbs', line 255 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
257 258 259 |
# File 'sig/types.rbs', line 257 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
256 257 258 |
# File 'sig/types.rbs', line 256 def queue_id @queue_id end |