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

GetAnswerOutput

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

Output of a get answer call.

interface GetAnswerOutput {
Answer?: Answer | null;
LensAlias?: string | null;
LensArn?: string | null;
MilestoneNumber?: number | null;
WorkloadId?: string | null;
}

§Properties

§
Answer?: Answer | null
[src]
§
LensAlias?: string | null
[src]
§
LensArn?: string | null
[src]

The ARN for the lens.

§
MilestoneNumber?: number | null
[src]
§
WorkloadId?: string | null
[src]