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

ChoiceImprovementPlan

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

The choice level improvement plan.

interface ChoiceImprovementPlan {
ChoiceId?: string | null;
DisplayText?: string | null;
ImprovementPlanUrl?: string | null;
}

§Properties

§
ChoiceId?: string | null
[src]
§
DisplayText?: string | null
[src]

The display text for the improvement plan.

§
ImprovementPlanUrl?: string | null
[src]