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¶
macie2_list_managed_data_identifiers(nextToken)
Arguments¶
| nextToken | The 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"
)
Request syntax¶
svc$list_managed_data_identifiers(
  nextToken = "string"
)