class Aws::ChimeSDKMessaging::Types::ListChannelsModeratedByAppInstanceUserRequest

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

data as a hash:

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

@!attribute [rw] app_instance_user_arn

The ARN of the user in the moderated channel.
@return [String]

@!attribute [rw] max_results

The maximum number of channels in the request.
@return [Integer]

@!attribute [rw] next_token

The token returned from previous API requests until the number of
channels moderated by the user is reached.
@return [String]

@!attribute [rw] chime_bearer

The `AppInstanceUserArn` of the user that makes the API call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/ListChannelsModeratedByAppInstanceUserRequest AWS API Documentation

Constants

SENSITIVE