Class: Aws::Types::GetJobRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetJobRunsResponse
- 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.
3789 3790 3791 |
# File 'sig/types.rbs', line 3789 def job_runs @job_runs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def next_token @next_token end |