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

AppInstanceSummary

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

Summary of the data for an AppInstance.

interface AppInstanceSummary {
AppInstanceArn?: string | null;
Metadata?: string | null;
Name?: string | null;
}

§Properties

§
AppInstanceArn?: string | null
[src]

The AppInstance ARN.

§
Metadata?: string | null
[src]

The metadata of the AppInstance.

§
Name?: string | null
[src]

The name of the AppInstance.