List Findings Filters
macie2_list_findings_filters | R Documentation |
Retrieves a subset of information about all the findings filters for an account¶
Description¶
Retrieves a subset of information about all the findings filters for an account.
Usage¶
Arguments¶
maxResults
The maximum number of items to include in each page of a paginated response.
nextToken
The nextToken string that specifies which page of results to return in a paginated response.
Value¶
A list with the following syntax:
list(
findingsFilterListItems = list(
list(
action = "ARCHIVE"|"NOOP",
arn = "string",
id = "string",
name = "string",
tags = list(
"string"
)
)
),
nextToken = "string"
)