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

ReactiveInsightSummary

import type { ReactiveInsightSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/devopsguru.ts";
interface ReactiveInsightSummary {
Id?: string | null;
InsightTimeRange?: InsightTimeRange | null;
Name?: string | null;
ResourceCollection?: ResourceCollection | null;
ServiceCollection?: ServiceCollection | null;
Severity?: InsightSeverity | null;
Status?: InsightStatus | null;
}

§Properties

§
Id?: string | null
[src]
§
InsightTimeRange?: InsightTimeRange | null
[src]
§
Name?: string | null
[src]
§
ResourceCollection?: ResourceCollection | null
[src]
§
ServiceCollection?: ServiceCollection | null
[src]
§
Severity?: InsightSeverity | null
[src]
§
Status?: InsightStatus | null
[src]