detective_list_invitations {paws.security.identity} | R Documentation |
Retrieves the list of open and accepted behavior graph invitations for the member account
Description
Retrieves the list of open and accepted behavior graph invitations for the member account. This operation can only be called by an invited member account.
See https://www.paws-r-sdk.com/docs/detective_list_invitations/ for full documentation.
Usage
detective_list_invitations(NextToken = NULL, MaxResults = NULL)
Arguments
NextToken |
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token. |
MaxResults |
The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200. |
[Package paws.security.identity version 0.7.0 Index]