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

ServiceLimit

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

Specifies a current quota for an Amazon Macie account.

interface ServiceLimit {
isServiceLimited?: boolean | null;
unit?: Unit | null;
value?: number | null;
}

§Properties

§
isServiceLimited?: boolean | null
[src]

Specifies whether the account has met the quota that corresponds to the metric specified by the UsageByAccount.type field in the response.

§
unit?: Unit | null
[src]

The unit of measurement for the value specified by the value field.

§
value?: number | null
[src]

The value for the metric specified by the UsageByAccount.type field in the response.