You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisVideo::Types::ListSignalingChannelsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListSignalingChannelsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#channel_name_conditionTypes::ChannelNameCondition

Optional: Returns only the channels that satisfy a specific condition.

Returns:

#max_resultsInteger

The maximum number of channels to return in the response. The default is 500.

Returns:

  • (Integer)

    The maximum number of channels to return in the response.

#next_tokenString

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.

Returns:

  • (String)

    If you specify this parameter, when the result of a ListSignalingChannels operation is truncated, the call returns the NextToken in the response.