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

ListUsageTotalsResponse

import type { ListUsageTotalsResponse } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";
interface ListUsageTotalsResponse {
nextToken?: string | null;
totals?: UsageTotal[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The pagination parameter to be used on the next list operation to retrieve more items.

§
totals?: UsageTotal[] | null
[src]

An object with details on the total usage for the requested account.