Class: Aws::Types::ListJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_summaries ⇒ ::Array[Types::JobSummary]
Returns the value of attribute job_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_summaries ⇒ ::Array[Types::JobSummary]
Returns the value of attribute job_summaries.
7913 7914 7915 |
# File 'sig/types.rbs', line 7913 def job_summaries @job_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7912 7913 7914 |
# File 'sig/types.rbs', line 7912 def next_token @next_token end |