View source: R/macie2_operations.R
macie2_list_resource_profile_detections | R Documentation |
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.
macie2_list_resource_profile_detections(
maxResults = NULL,
nextToken = NULL,
resourceArn
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.