Class: Aws::Rekognition::Types::ListStreamProcessorsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.

Returns:

  • (Integer)


5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5152

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

#next_tokenString

If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5152

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