class Aws::Rekognition::Types::ListCollectionsRequest

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

data as a hash:

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

@!attribute [rw] next_token

Pagination token from the previous response.
@return [String]

@!attribute [rw] max_results

Maximum number of collection IDs to return.
@return [Integer]

Constants

SENSITIVE