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

AnswerSummary

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

An answer summary of a lens review in a workload.

interface AnswerSummary {
ChoiceAnswerSummaries?: ChoiceAnswerSummary[] | null;
Choices?: Choice[] | null;
IsApplicable?: boolean | null;
PillarId?: string | null;
QuestionId?: string | null;
QuestionTitle?: string | null;
Reason?: AnswerReason | null;
Risk?: Risk | null;
SelectedChoices?: string[] | null;
}

§Properties

§
ChoiceAnswerSummaries?: ChoiceAnswerSummary[] | null
[src]

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

§
Choices?: Choice[] | null
[src]
§
IsApplicable?: boolean | null
[src]
§
PillarId?: string | null
[src]
§
QuestionId?: string | null
[src]
§
QuestionTitle?: string | null
[src]
§
Reason?: AnswerReason | null
[src]

The reason why a choice is non-applicable to a question in your workload.

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