interface ListUsersResponse {
    NextToken?: string;
    Users?: User[];
}

Hierarchy (view full)

Properties

Properties

NextToken?: string

A pagination token to be used with the subsequent request if the response is truncated.

Users?: User[]

List of UsersID associated with the specified collection.