class Aws::KinesisVideo::Types::StreamNameCondition

Specifies the condition that streams must satisfy to be returned when you list streams (see the `ListStreams` API). A condition has a comparison operation and a value. Currently, you can specify only the `BEGINS_WITH` operator, which finds streams whose names start with a given prefix.

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

data as a hash:

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

@!attribute [rw] comparison_operator

A comparison operator. Currently, you can specify only the
`BEGINS_WITH` operator, which finds streams whose names start with a
given prefix.
@return [String]

@!attribute [rw] comparison_value

A value to compare.
@return [String]

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

Constants

SENSITIVE