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

DescribeInsightResponse

import type { DescribeInsightResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface DescribeInsightResponse {
ProactiveInsight?: ProactiveInsight | null;
ReactiveInsight?: ReactiveInsight | null;
}

§Properties

§
ProactiveInsight?: ProactiveInsight | null
[src]

A ProactiveInsight object that represents the requested insight.

§
ReactiveInsight?: ReactiveInsight | null
[src]

A ReactiveInsight object that represents the requested insight.