List Sensitivity Inspection Templates
macie2_list_sensitivity_inspection_templates | R Documentation |
Retrieves a subset of information about the sensitivity inspection template for an account¶
Description¶
Retrieves a subset of information about the sensitivity inspection template for an account.
Usage¶
macie2_list_sensitivity_inspection_templates(maxResults, nextToken)
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(
nextToken = "string",
sensitivityInspectionTemplates = list(
list(
id = "string",
name = "string"
)
)
)
Request syntax¶
svc$list_sensitivity_inspection_templates(
maxResults = 123,
nextToken = "string"
)