class Aws::Rekognition::Types::ListStreamProcessorsRequest

@note When making an API call, you may pass ListStreamProcessorsRequest

data as a hash:

    {
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

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

Constants

SENSITIVE