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

AppInstanceUser

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

The details of an AppInstanceUser.

interface AppInstanceUser {
AppInstanceUserArn?: string | null;
CreatedTimestamp?: Date | number | null;
LastUpdatedTimestamp?: Date | number | null;
Metadata?: string | null;
Name?: string | null;
}

§Properties

§
AppInstanceUserArn?: string | null
[src]

The ARN of the AppInstanceUser.

§
CreatedTimestamp?: Date | number | null
[src]

The time at which the AppInstanceUser was created.

§
LastUpdatedTimestamp?: Date | number | null
[src]

The time at which the AppInstanceUser was last updated.

§
Metadata?: string | null
[src]

The metadata of the AppInstanceUser.

§
Name?: string | null
[src]

The name of the AppInstanceUser.