class Aws::Inspector2::Types::ListMembersRequest

@note When making an API call, you may pass ListMembersRequest

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      only_associated: false,
    }

@!attribute [rw] max_results

The maximum number of results to return in the response.
@return [Integer]

@!attribute [rw] next_token

A token to use for paginating results that are returned in the
response. Set the value of this parameter to null for the first
request to a list action. For subsequent calls, use the `NextToken`
value returned from the previous request to continue listing results
after the first page.
@return [String]

@!attribute [rw] only_associated

Specifies whether to list only currently associated members if
`True` or to list all members within the organization if `False`.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListMembersRequest AWS API Documentation

Constants

SENSITIVE