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

ListFindingAggregatorsRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return. This operation currently only returns a single result.

§
NextToken?: string | null
[src]

The token returned with the previous set of results. Identifies the next set of results to return.