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

InsightResults

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

The insight results returned by the GetInsightResults operation.

interface InsightResults {
GroupByAttribute: string;
InsightArn: string;
ResultValues: InsightResultValue[];
}

§Properties

§
GroupByAttribute: string
[src]

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

§
InsightArn: string
[src]

The ARN of the insight whose results are returned by the GetInsightResults operation.

§
ResultValues: InsightResultValue[]
[src]

The list of insight result values returned by the GetInsightResults operation.