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

QuotaPeriod

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

Information about the quota period.

interface QuotaPeriod {
PeriodUnit?: PeriodUnit | null;
PeriodValue?: number | null;
}

§Properties

§
PeriodUnit?: PeriodUnit | null
[src]

The time unit.

§
PeriodValue?: number | null
[src]

The value.