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

UsageResourceResult

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

Contains information on the sum of usage based on an Amazon Web Services resource.

interface UsageResourceResult {
Resource?: string | null;
Total?: Total | null;
}

§Properties

§
Resource?: string | null
[src]

The Amazon Web Services resource that generated usage.

§
Total?: Total | null
[src]

Represents the sum total of usage for the specified resource type.