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

Class: Aws::KinesisVideo::Types::ChannelNameCondition

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

Overview

Note:

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

{
  comparison_operator: "BEGINS_WITH", # accepts BEGINS_WITH
  comparison_value: "ChannelName",
}

An optional input parameter for the ListSignalingChannels API. When this parameter is specified while invoking ListSignalingChannels, the API returns only the channels that satisfy a condition specified in ChannelNameCondition.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operatorString

A comparison operator. Currently, you can only specify the BEGINS_WITH operator, which finds signaling channels whose names begin with a given prefix.

Possible values:

  • BEGINS_WITH

Returns:

  • (String)

    A comparison operator.

#comparison_valueString

A value to compare.

Returns:

  • (String)

    A value to compare.