Class: Aws::Types::GetPendingJobExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPendingJobExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#in_progress_jobs ⇒ ::Array[Types::JobExecutionSummary]
Returns the value of attribute in_progress_jobs.
-
#queued_jobs ⇒ ::Array[Types::JobExecutionSummary]
Returns the value of attribute queued_jobs.
Instance Attribute Details
#in_progress_jobs ⇒ ::Array[Types::JobExecutionSummary]
Returns the value of attribute in_progress_jobs.
52 53 54 |
# File 'sig/types.rbs', line 52 def in_progress_jobs @in_progress_jobs end |
#queued_jobs ⇒ ::Array[Types::JobExecutionSummary]
Returns the value of attribute queued_jobs.
53 54 55 |
# File 'sig/types.rbs', line 53 def queued_jobs @queued_jobs end |