class Aws::ChimeSDKIdentity::Types::ListAppInstanceUsersRequest

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

data as a hash:

    {
      app_instance_arn: "ChimeArn", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] app_instance_arn

The ARN of the `AppInstance`.
@return [String]

@!attribute [rw] max_results

The maximum number of requests that you want returned.
@return [Integer]

@!attribute [rw] next_token

The token passed by previous API calls until all requested users are
returned.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-sdk-identity-2021-04-20/ListAppInstanceUsersRequest AWS API Documentation

Constants

SENSITIVE