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

InsightResultValue

import type { InsightResultValue } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The insight result values returned by the GetInsightResults operation.

interface InsightResultValue {
Count: number;
GroupByAttributeValue: string;
}

§Properties

§
Count: number
[src]

The number of findings returned for each GroupByAttributeValue.

§
GroupByAttributeValue: string
[src]

The value of the attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.