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

AppInstanceUserSummary

import type { AppInstanceUserSummary } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";

Summary of the details of an AppInstanceUser.

interface AppInstanceUserSummary {
AppInstanceUserArn?: string | null;
Metadata?: string | null;
Name?: string | null;
}

§Properties

§
AppInstanceUserArn?: string | null
[src]

The ARN of the AppInstanceUser.

§
Metadata?: string | null
[src]

The metadata of the AppInstanceUser.

§
Name?: string | null
[src]

The name of an AppInstanceUser.