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

UsageDataSourceResult

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

Contains information on the result of usage based on data source type.

interface UsageDataSourceResult {
DataSource?: DataSource | null;
Total?: Total | null;
}

§Properties

§
DataSource?: DataSource | null
[src]

The data source type that generated usage.

§
Total?: Total | null
[src]

Represents the total of usage for the specified data source.