class Aws::Chime::Types::ListChannelsRequest

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

data as a hash:

    {
      app_instance_arn: "ChimeArn", # required
      privacy: "PUBLIC", # accepts PUBLIC, PRIVATE
      max_results: 1,
      next_token: "NextToken",
      chime_bearer: "ChimeArn",
    }

@!attribute [rw] app_instance_arn

The ARN of the `AppInstance`.
@return [String]

@!attribute [rw] privacy

The privacy setting. `PUBLIC` retrieves all the public channels.
`PRIVATE` retrieves private channels. Only an `AppInstanceAdmin` can
retrieve private channels.
@return [String]

@!attribute [rw] max_results

The maximum number of channels that you want to return.
@return [Integer]

@!attribute [rw] next_token

The token passed by previous API calls until all requested channels
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/ListChannelsRequest AWS API Documentation

Constants

SENSITIVE