Class: Aws::Types::ListJobRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListJobRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_runs ⇒ ::Array[Types::JobRun]
Returns the value of attribute job_runs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_runs ⇒ ::Array[Types::JobRun]
Returns the value of attribute job_runs.
413 414 415 |
# File 'sig/types.rbs', line 413 def job_runs @job_runs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
414 415 416 |
# File 'sig/types.rbs', line 414 def next_token @next_token end |