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

ListRecommendationsRequest

import type { ListRecommendationsRequest } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface ListRecommendationsRequest {
CodeReviewArn: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
CodeReviewArn: string
[src]

The Amazon Resource Name (ARN) of the CodeReview object.

§
MaxResults?: number | null
[src]

The maximum number of results that are returned per call. The default is 100.

§
NextToken?: string | null
[src]

Pagination token.