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

ListAnswersOutput

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

Output of a list answers call.

interface ListAnswersOutput {
AnswerSummaries?: AnswerSummary[] | null;
LensAlias?: string | null;
LensArn?: string | null;
MilestoneNumber?: number | null;
NextToken?: string | null;
WorkloadId?: string | null;
}

§Properties

§
AnswerSummaries?: AnswerSummary[] | null
[src]
§
LensAlias?: string | null
[src]
§
LensArn?: string | null
[src]

The ARN for the lens.

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