class Aws::Rekognition::Types::ListCollectionsResponse

@!attribute [rw] collection_ids

An array of collection IDs.
@return [Array<String>]

@!attribute [rw] next_token

If the result is truncated, the response provides a `NextToken` that
you can use in the subsequent request to fetch the next set of
collection IDs.
@return [String]

@!attribute [rw] face_model_versions

Version numbers of the face detection models associated with the
collections in the array `CollectionIds`. For example, the value of
`FaceModelVersions[2]` is the version number for the face detection
model used by the collection in `CollectionId[2]`.
@return [Array<String>]

Constants

SENSITIVE