detective_list_members: Retrieves the list of member accounts for a behavior graph

View source: R/detective_operations.R

detective_list_membersR Documentation

Retrieves the list of member accounts for a behavior graph

Description

Retrieves the list of member accounts for a behavior graph.

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

Usage

detective_list_members(GraphArn, NextToken = NULL, MaxResults = NULL)

Arguments

GraphArn

[required] The ARN of the behavior graph for which to retrieve the list of member accounts.

NextToken

For requests to retrieve the next page of member account 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 member accounts to include in the response. 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.