Class: Aws::Types::BatchGetJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array[Types::Job]
Returns the value of attribute jobs.
-
#jobs_not_found ⇒ ::Array[::String]
Returns the value of attribute jobs_not_found.
Instance Attribute Details
#jobs ⇒ ::Array[Types::Job]
Returns the value of attribute jobs.
379 380 381 |
# File 'sig/types.rbs', line 379 def jobs @jobs end |
#jobs_not_found ⇒ ::Array[::String]
Returns the value of attribute jobs_not_found.
380 381 382 |
# File 'sig/types.rbs', line 380 def jobs_not_found @jobs_not_found end |