View source: R/macie2_operations.R
macie2_list_members | R Documentation |
Retrieves information about the accounts that are associated with an Amazon Macie administrator account.
See https://www.paws-r-sdk.com/docs/macie2_list_members/ for full documentation.
macie2_list_members(maxResults = NULL, nextToken = NULL, onlyAssociated = NULL)
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. |
onlyAssociated |
Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.