fms_list_member_accounts: Returns a MemberAccounts object that lists the member...

View source: R/fms_operations.R

fms_list_member_accountsR Documentation

Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web Services organization

Description

Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web Services organization.

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

Usage

fms_list_member_accounts(NextToken = NULL, MaxResults = NULL)

Arguments

NextToken

If you specify a value for MaxResults and you have more account IDs than the number that you specify for MaxResults, Firewall Manager returns a NextToken value in the response that allows you to list another group of IDs. For the second and subsequent ListMemberAccountsRequest requests, specify the value of NextToken from the previous response to get information about another batch of member account IDs.

MaxResults

Specifies the number of member account IDs that you want Firewall Manager to return for this request. If you have more IDs than the number that you specify for MaxResults, the response includes a NextToken value that you can use to get another batch of member account IDs.


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