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

AccountAggregationResponse

import type { AccountAggregationResponse } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

An aggregation of findings by Amazon Web Services account ID.

interface AccountAggregationResponse {
accountId?: string | null;
severityCounts?: SeverityCounts | null;
}

§Properties

§
accountId?: string | null
[src]

The Amazon Web Services account ID.

§
severityCounts?: SeverityCounts | null
[src]

The number of findings by severity.