Returns a list of Batch quota shares associated with a job queue
Source:R/batch_operations.R
batch_list_quota_shares.RdReturns a list of Batch quota shares associated with a job queue.
See https://www.paws-r-sdk.com/docs/batch_list_quota_shares/ for full documentation.
Arguments
- jobQueue
[required] The name or full Amazon Resource Name (ARN) of the job queue used to list quota shares.
- maxResults
The maximum number of results returned by
list_quota_sharesin paginated output. When this parameter is used,list_quota_sharesonly returnsmaxResultsresults in a single page and anextTokenresponse element. You can see the remaining results of the initial request by sending anotherlist_quota_sharesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used,list_quota_sharesreturns up to 100 results and anextTokenvalue if applicable.- nextToken
The
nextTokenvalue that's returned from a previous paginatedlist_quota_sharesrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value isnullwhen there are no more results to return.Treat this token as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.