class Aws::Rekognition::Types::ListFacesRequest

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

data as a hash:

    {
      collection_id: "CollectionId", # required
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] collection_id

ID of the collection from which to list the faces.
@return [String]

@!attribute [rw] next_token

If the previous response was incomplete (because there is more data
to retrieve), Amazon Rekognition returns a pagination token in the
response. You can use this pagination token to retrieve the next set
of faces.
@return [String]

@!attribute [rw] max_results

Maximum number of faces to return.
@return [Integer]

Constants

SENSITIVE