List Pull Time Update Exclusions
| ecr_list_pull_time_update_exclusions | R Documentation |
Lists the IAM principals that are excluded from having their image pull times recorded¶
Description¶
Lists the IAM principals that are excluded from having their image pull times recorded.
Usage¶
ecr_list_pull_time_update_exclusions(maxResults, nextToken)
Arguments¶
maxResults |
The maximum number of pull time update exclusion results returned
by |
nextToken |
The 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. |
Value¶
A list with the following syntax:
list(
pullTimeUpdateExclusions = list(
"string"
),
nextToken = "string"
)
Request syntax¶
svc$list_pull_time_update_exclusions(
maxResults = 123,
nextToken = "string"
)