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

ChoiceAnswerSummary

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

A choice summary that has been answered on a question in your workload.

interface ChoiceAnswerSummary {
ChoiceId?: string | null;
Reason?: ChoiceReason | null;
Status?: ChoiceStatus | null;
}

§Properties

§
ChoiceId?: string | null
[src]
§
Reason?: ChoiceReason | null
[src]

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

§
Status?: ChoiceStatus | null
[src]

The status of a choice.