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

Choice

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

A choice available to answer question.

interface Choice {
AdditionalResources?: AdditionalResources[] | null;
ChoiceId?: string | null;
Description?: string | null;
HelpfulResource?: ChoiceContent | null;
ImprovementPlan?: ChoiceContent | null;
Title?: string | null;
}

§Properties

§
AdditionalResources?: AdditionalResources[] | null
[src]

The additional resources for a choice. A choice can have up to two additional resources: one of type HELPFUL_RESOURCE, one of type IMPROVEMENT_PLAN, or both.

§
ChoiceId?: string | null
[src]
§
Description?: string | null
[src]
§
HelpfulResource?: ChoiceContent | null
[src]

The choice level helpful resource.

§
ImprovementPlan?: ChoiceContent | null
[src]

The choice level improvement plan.

§
Title?: string | null
[src]