Lists the IAM principals that are excluded from having their image pull times recorded
Source:R/ecr_operations.R
ecr_list_pull_time_update_exclusions.RdLists the IAM principals that are excluded from having their image pull times recorded.
See https://www.paws-r-sdk.com/docs/ecr_list_pull_time_update_exclusions/ for full documentation.
Arguments
- maxResults
The maximum number of pull time update exclusion results returned by
list_pull_time_update_exclusionsin paginated output. When this parameter is used,list_pull_time_update_exclusionsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherlist_pull_time_update_exclusionsrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter is not used, thenlist_pull_time_update_exclusionsreturns up to 100 results and anextTokenvalue, if applicable.- nextToken
The
nextTokenvalue returned from a previous paginatedlist_pull_time_update_exclusionsrequest 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.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.