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

PerformanceInsightsReferenceScalar

import type { PerformanceInsightsReferenceScalar } from "https://aws-api.deno.dev/v0.3/services/devopsguru.ts?docs=full";

A reference value to compare Performance Insights metrics against to determine if the metrics demonstrate anomalous behavior.

interface PerformanceInsightsReferenceScalar {
Value?: number | null;
}

§Properties

§
Value?: number | null
[src]

The reference value.