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.
383 384 385 |
# File 'sig/types.rbs', line 383 def jobs @jobs end |
#jobs_not_found ⇒ ::Array[::String]
Returns the value of attribute jobs_not_found.
384 385 386 |
# File 'sig/types.rbs', line 384 def jobs_not_found @jobs_not_found end |