Returns a list of Batch consumable resources
Source:R/batch_operations.R
batch_list_consumable_resources.RdReturns a list of Batch consumable resources.
See https://www.paws-r-sdk.com/docs/batch_list_consumable_resources/ for full documentation.
Arguments
- filters
The filters to apply to the consumable resource list query. If used, only those consumable resources that match the filter are listed. Filter names and values can be:
name:
CONSUMABLE_RESOURCE_NAMEvalues: case-insensitive matches for the consumable resource name. If a filter value ends with an asterisk (), it matches any consumable resource name that begins with the string before the ''.
- maxResults
The maximum number of results returned by
list_consumable_resourcesin paginated output. When this parameter is used,list_consumable_resourcesonly returnsmaxResultsresults in a single page and anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherlist_consumable_resourcesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenlist_consumable_resourcesreturns up to 100 results and anextTokenvalue if applicable.- nextToken
The
nextTokenvalue returned from a previous paginatedlist_consumable_resourcesrequest 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.