Values.GetMembersRequestSourceReturns the membership details for specified member accounts for a behavior graph.
type nonrec t = {graphArn : GraphArn.t;The ARN of the behavior graph for which to request the member details.
*)accountIds : AccountIdList.t;The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time. You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AccountId.t ] list
| `String of GraphArn.t ])
list ]