IRekognitionListUsersResponse
Interface in AWS.Rekognition
Interface for ListUsers responses.
Ancestors
Properties
NextToken
property NextToken: string
If the result is truncated, the NextToken can be used in subsequent requests to fetch the next page of results.
Users
property Users: TList<IRekognitionUser>
Type: IRekognitionUser
A list of UserIDs associated with the collection.