You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Batch::Types::ListJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ListJobsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#job_summary_list ⇒ Array<Types::JobSummary>
A list of job summaries that match the request.
-
#next_token ⇒ String
The
nextToken
value to include in a futureListJobs
request.
Instance Attribute Details
#job_summary_list ⇒ Array<Types::JobSummary>
A list of job summaries that match the request.
#next_token ⇒ String
The nextToken
value to include in a future ListJobs
request. When
the results of a ListJobs
request exceed maxResults
, this value can
be used to retrieve the next page of results. This value is null
when
there are no more results to return.