class Aws::Chime::Types::ListChannelBansRequest

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

data as a hash:

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

@!attribute [rw] channel_arn

The ARN of the channel.
@return [String]

@!attribute [rw] max_results

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

@!attribute [rw] next_token

The token passed by previous API calls until all requested bans are
returned.
@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-2018-05-01/ListChannelBansRequest AWS API Documentation

Constants

SENSITIVE