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

DimensionValueContribution

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

The severity of a value of a dimension that contributed to an anomaly.

interface DimensionValueContribution {
ContributionScore?: number | null;
DimensionValue?: string | null;
}

§Properties

§
ContributionScore?: number | null
[src]

The severity score of the value.

§
DimensionValue?: string | null
[src]

The value of the dimension.