class Aws::KinesisVideo::Types::ListStreamsInput
@note When making an API call, you may pass ListStreamsInput
data as a hash: { max_results: 1, next_token: "NextToken", stream_name_condition: { comparison_operator: "BEGINS_WITH", # accepts BEGINS_WITH comparison_value: "StreamName", }, }
@!attribute [rw] max_results
The maximum number of streams to return in the response. The default is 10,000. @return [Integer]
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] stream_name_condition
Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition. @return [Types::StreamNameCondition]
@see docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/ListStreamsInput AWS API Documentation
Constants
- SENSITIVE