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

Usage

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

Contains usage information about the cost of Amazon Inspector operation.

interface Usage {
currency?: Currency | null;
estimatedMonthlyCost?: number | null;
total?: number | null;
type?: UsageType | null;
}

§Properties

§
currency?: Currency | null
[src]

The currency type used when calculating usage data.

§
estimatedMonthlyCost?: number | null
[src]

The estimated monthly cost of Amazon Inspector.

§
total?: number | null
[src]

The total of usage.

§
type?: UsageType | null
[src]

The type scan.