class Aws::KinesisVideo::Types::ListSignalingChannelsInput

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      channel_name_condition: {
        comparison_operator: "BEGINS_WITH", # accepts BEGINS_WITH
        comparison_value: "ChannelName",
      },
    }

@!attribute [rw] max_results

The maximum number of channels to return in the response. The
default is 500.
@return [Integer]

@!attribute [rw] next_token

If you specify this parameter, when the result of a
`ListSignalingChannels` operation is truncated, the call returns the
`NextToken` in the response. To get another batch of channels,
provide this token in your next request.
@return [String]

@!attribute [rw] channel_name_condition

Optional: Returns only the channels that satisfy a specific
condition.
@return [Types::ChannelNameCondition]

@see docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/ListSignalingChannelsInput AWS API Documentation

Constants

SENSITIVE