You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::ListAppInstanceAdminsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListAppInstanceAdminsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the app instance.

Returns:

  • (String)

    The ARN of the app instance.

#max_resultsInteger

The maximum number of administrators that you want to return.

Returns:

  • (Integer)

    The maximum number of administrators that you want to return.

#next_tokenString

The token returned from previous API requests until the number of administrators is reached.

Returns:

  • (String)

    The token returned from previous API requests until the number of administrators is reached.