macie2_list_resource_profile_detections {paws.security.identity} | R Documentation |
Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket
Description
Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.
See https://www.paws-r-sdk.com/docs/macie2_list_resource_profile_detections/ for full documentation.
Usage
macie2_list_resource_profile_detections(
maxResults = NULL,
nextToken = NULL,
resourceArn
)
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. |
resourceArn |
[required] The Amazon Resource Name (ARN) of the S3 bucket that the request applies to. |
[Package paws.security.identity version 0.9.0 Index]