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

ListResourceEvaluationsRequest

import type { ListResourceEvaluationsRequest } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";
interface ListResourceEvaluationsRequest {
Filters?: ResourceEvaluationFilters | null;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§

Returns a ResourceEvaluationFilters object.

§
Limit?: number | null
[src]

The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

§
NextToken?: string | null
[src]

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.