List Managed Data Identifiers
| macie2_list_managed_data_identifiers | R Documentation |
Retrieves information about all the managed data identifiers that Amazon Macie currently provides¶
Description¶
Retrieves information about all the managed data identifiers that Amazon Macie currently provides.
Usage¶
Arguments¶
nextTokenThe nextToken string that specifies which page of results to return in a paginated response.
Value¶
A list with the following syntax:
list(
items = list(
list(
category = "FINANCIAL_INFORMATION"|"PERSONAL_INFORMATION"|"CREDENTIALS"|"CUSTOM_IDENTIFIER",
id = "string"
)
),
nextToken = "string"
)