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

ListFindingAggregatorsResponse

import type { ListFindingAggregatorsResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface ListFindingAggregatorsResponse {
FindingAggregators?: FindingAggregator[] | null;
NextToken?: string | null;
}

§Properties

§
FindingAggregators?: FindingAggregator[] | null
[src]

The list of finding aggregators. This operation currently only returns a single result.

§
NextToken?: string | null
[src]

If there are more results, this is the token to provide in the next call to ListFindingAggregators.

This operation currently only returns a single result.