detective_list_graphs: Returns the list of behavior graphs that the calling account...

View source: R/detective_operations.R

detective_list_graphsR Documentation

Returns the list of behavior graphs that the calling account is an administrator account of

Description

Returns the list of behavior graphs that the calling account is an administrator account of. This operation can only be called by an administrator account.

See https://www.paws-r-sdk.com/docs/detective_list_graphs/ for full documentation.

Usage

detective_list_graphs(NextToken = NULL, MaxResults = NULL)

Arguments

NextToken

For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.

MaxResults

The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.