Class: Aws::Types::ListProcessingJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProcessingJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#processing_job_summaries ⇒ ::Array[Types::ProcessingJobSummary]
Returns the value of attribute processing_job_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8373 8374 8375 |
# File 'sig/types.rbs', line 8373 def next_token @next_token end |
#processing_job_summaries ⇒ ::Array[Types::ProcessingJobSummary]
Returns the value of attribute processing_job_summaries.
8372 8373 8374 |
# File 'sig/types.rbs', line 8372 def processing_job_summaries @processing_job_summaries end |