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

Total

import type { Total } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains the total usage with the corresponding currency unit for that value.

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

§Properties

§
Amount?: string | null
[src]

The total usage.

§
Unit?: string | null
[src]

The currency unit that the amount is given in.