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

UserSummary

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

Contains summary information about a user.

interface UserSummary {
Arn?: string | null;
Id?: string | null;
Username?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the user account.

§
Id?: string | null
[src]

The identifier of the user account.

§
Username?: string | null
[src]

The Amazon Connect user name of the user account.