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

AssistantAssociationSummary

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

Summary information about the assistant association.

interface AssistantAssociationSummary {
assistantArn: string;
assistantAssociationArn: string;
assistantAssociationId: string;
assistantId: string;
associationType: AssociationType;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
assistantArn: string
[src]

The Amazon Resource Name (ARN) of the Wisdom assistant.

§
assistantAssociationArn: string
[src]

The Amazon Resource Name (ARN) of the assistant association.

§
assistantAssociationId: string
[src]

The identifier of the assistant association.

§
assistantId: string
[src]

The identifier of the Wisdom assistant.

§

The association data.

§
associationType: AssociationType
[src]

The type of association.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.