class Aws::Chime::Types::ListAppInstanceAdminsRequest

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

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 administrators that you want to return.
@return [Integer]

@!attribute [rw] next_token

The token returned from previous API requests until the number of
administrators is reached.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListAppInstanceAdminsRequest AWS API Documentation

Constants

SENSITIVE