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.
3760 3761 3762 |
# File 'sig/types.rbs', line 3760 def job_runs @job_runs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3761 3762 3763 |
# File 'sig/types.rbs', line 3761 def next_token @next_token end |