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

UsageAccountResult

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

Contains information on the total of usage based on account IDs.

interface UsageAccountResult {
AccountId?: string | null;
Total?: Total | null;
}

§Properties

§
AccountId?: string | null
[src]

The Account ID that generated usage.

§
Total?: Total | null
[src]

Represents the total of usage for the Account ID.