class Aws::IVS::Types::ListChannelsRequest

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

data as a hash:

    {
      filter_by_name: "ChannelName",
      filter_by_recording_configuration_arn: "ChannelRecordingConfigurationArn",
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] filter_by_name

Filters the channel list to match the specified name.
@return [String]

@!attribute [rw] filter_by_recording_configuration_arn

Filters the channel list to match the specified
recording-configuration ARN.
@return [String]

@!attribute [rw] next_token

The first channel to retrieve. This is used for pagination; see the
`nextToken` response field.
@return [String]

@!attribute [rw] max_results

Maximum number of channels to return. Default: 50.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/ListChannelsRequest AWS API Documentation

Constants

SENSITIVE