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