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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1164

class ListStreamsInput < Struct.new(
  :max_results,
  :next_token,
  :stream_name_condition)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1164

class ListStreamsInput < Struct.new(
  :max_results,
  :next_token,
  :stream_name_condition)
  SENSITIVE = []
  include Aws::Structure
end

#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.



1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1164

class ListStreamsInput < Struct.new(
  :max_results,
  :next_token,
  :stream_name_condition)
  SENSITIVE = []
  include Aws::Structure
end