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

Statistics

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

Provides processing statistics for a classification job.

interface Statistics {
approximateNumberOfObjectsToProcess?: number | null;
numberOfRuns?: number | null;
}

§Properties

§
approximateNumberOfObjectsToProcess?: number | null
[src]

The approximate number of objects that the job has yet to process during its current run.

§
numberOfRuns?: number | null
[src]

The number of times that the job has run.