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

MetricValue

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

The aggregated value for a metric.

interface MetricValue {
Amount?: string | null;
Unit?: string | null;
}

§Properties

§
Amount?: string | null
[src]

The actual number that represents the metric.

§
Unit?: string | null
[src]

The unit that the metric is given in.