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