Class: Aws::Rekognition::Types::ListStreamProcessorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListStreamProcessorsRequest
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
-
#next_token ⇒ String
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
4161 4162 4163 4164 4165 4166 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4161 class ListStreamProcessorsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
4161 4162 4163 4164 4165 4166 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4161 class ListStreamProcessorsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |