imagebuilder_list_image_scan_findings {paws.compute} | R Documentation |
Returns a list of image scan findings for your account
Description
Returns a list of image scan findings for your account.
See https://www.paws-r-sdk.com/docs/imagebuilder_list_image_scan_findings/ for full documentation.
Usage
imagebuilder_list_image_scan_findings(
filters = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
filters |
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
If you don't request a filter, then all findings in your account are listed. |
maxResults |
The maximum items to return in a request. |
nextToken |
A token to specify where to start paginating. This is the nextToken from a previously truncated response. |
[Package paws.compute version 0.9.0 Index]