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

ListAnswersInput

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

Input to list answers.

interface ListAnswersInput {
LensAlias: string;
MaxResults?: number | null;
MilestoneNumber?: number | null;
NextToken?: string | null;
PillarId?: string | null;
WorkloadId: string;
}

§Properties

§
LensAlias: string
[src]
§
MaxResults?: number | null
[src]

The maximum number of results to return for this request.

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