List all Investigations.
See https://www.paws-r-sdk.com/docs/detective_list_investigations/ for full documentation.
detective_list_investigations(
GraphArn,
NextToken = NULL,
MaxResults = NULL,
FilterCriteria = NULL,
SortCriteria = NULL
)
[required] The ARN of the behavior graph.
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
List the maximum number of investigations in a page.
Filter the investigation results based on a criteria.
Sorts the investigation results based on a criteria.