macie2_list_findings {paws.security.identity} | R Documentation |
Retrieves a subset of information about one or more findings
Description
Retrieves a subset of information about one or more findings.
See https://www.paws-r-sdk.com/docs/macie2_list_findings/ for full documentation.
Usage
macie2_list_findings(
findingCriteria = NULL,
maxResults = NULL,
nextToken = NULL,
sortCriteria = NULL
)
Arguments
findingCriteria |
The criteria to use to filter the results. |
maxResults |
The maximum number of items to include in each page of the response. |
nextToken |
The nextToken string that specifies which page of results to return in a paginated response. |
sortCriteria |
The criteria to use to sort the results. |
[Package paws.security.identity version 0.9.0 Index]