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

Answer

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

An answer of the question.

interface Answer {
ChoiceAnswers?: ChoiceAnswer[] | null;
Choices?: Choice[] | null;
HelpfulResourceDisplayText?: string | null;
HelpfulResourceUrl?: string | null;
ImprovementPlanUrl?: string | null;
IsApplicable?: boolean | null;
Notes?: string | null;
PillarId?: string | null;
QuestionDescription?: string | null;
QuestionId?: string | null;
QuestionTitle?: string | null;
Reason?: AnswerReason | null;
Risk?: Risk | null;
SelectedChoices?: string[] | null;
}

§Properties

§
ChoiceAnswers?: ChoiceAnswer[] | null
[src]

A list of selected choices to a question in your workload.

§
Choices?: Choice[] | null
[src]
§
HelpfulResourceDisplayText?: string | null
[src]

The helpful resource text to be displayed.

§
HelpfulResourceUrl?: string | null
[src]
§
ImprovementPlanUrl?: string | null
[src]
§
IsApplicable?: boolean | null
[src]
§
Notes?: string | null
[src]
§
PillarId?: string | null
[src]
§
QuestionDescription?: string | null
[src]
§
QuestionId?: string | null
[src]
§
QuestionTitle?: string | null
[src]
§
Reason?: AnswerReason | null
[src]

The reason why the question is not applicable to your workload.

§
Risk?: Risk | null
[src]
§
SelectedChoices?: string[] | null
[src]