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

Class: Aws::Chime::Types::ListChannelsModeratedByAppInstanceUserRequest

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

Overview

Note:

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

{
  app_instance_user_arn: "ChimeArn",
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arnString

The ARN of the user in the moderated channel.

Returns:

  • (String)

    The ARN of the user in the moderated channel.

#max_resultsInteger

The maximum number of channels in the request.

Returns:

  • (Integer)

    The maximum number of channels in the request.

#next_tokenString

The token returned from previous API requests until the number of channels moderated by the user is reached.

Returns:

  • (String)

    The token returned from previous API requests until the number of channels moderated by the user is reached.