list_sensitivity_inspection_templates
(**kwargs)¶Retrieves a subset of information about the sensitivity inspection template for an account.
See also: AWS API Documentation
Request Syntax
response = client.list_sensitivity_inspection_templates(
maxResults=123,
nextToken='string'
)
dict
Response Syntax
{
'nextToken': 'string',
'sensitivityInspectionTemplates': [
{
'id': 'string',
'name': 'string'
},
]
}
Response Structure
(dict) --
The request succeeded.
nextToken (string) --
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
sensitivityInspectionTemplates (list) --
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
(dict) --
Provides information about the sensitivity inspection template for an Amazon Macie account. Macie uses the template's settings when it performs automated sensitive data discovery for the account.
id (string) --
The unique identifier for the sensitivity inspection template.
name (string) --
The name of the sensitivity inspection template: automated-sensitive-data-discovery.
Exceptions
Macie2.Client.exceptions.ThrottlingException
Macie2.Client.exceptions.ValidationException
Macie2.Client.exceptions.InternalServerException
Macie2.Client.exceptions.ServiceQuotaExceededException
Macie2.Client.exceptions.AccessDeniedException