The output of ListUsersCommand.

interface ListUsersCommandOutput {
    $metadata: ResponseMetadata;
    NextToken?: string;
    Users?: User[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.