Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EntityDisplayData

import type { EntityDisplayData } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Information about the user entity.

interface EntityDisplayData {
FirstName?: string | null;
GroupName?: string | null;
IdentifiedUserName?: string | null;
LastName?: string | null;
UserName?: string | null;
}

§Properties

§
FirstName?: string | null
[src]

The first name of the user.

§
GroupName?: string | null
[src]

The name of the group.

§
IdentifiedUserName?: string | null
[src]

The user name of the user.

§
LastName?: string | null
[src]

The last name of the user.

§
UserName?: string | null
[src]

The name of the user.