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

Class: Aws::KinesisVideo::Types::ListStreamsInput

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

Overview

Note:

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

{
  max_results: 1,
  next_token: "NextToken",
  stream_name_condition: {
    comparison_operator: "BEGINS_WITH", # accepts BEGINS_WITH
    comparison_value: "StreamName",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of streams to return in the response. The default is 10,000.

Returns:

  • (Integer)

    The maximum number of streams to return in the response.

#next_tokenString

If you specify this parameter, when the result of a ListStreams operation is truncated, the call returns the NextToken in the response. To get another batch of streams, provide this token in your next request.

Returns:

  • (String)

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

#stream_name_conditionTypes::StreamNameCondition

Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.

Returns: