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

ClassificationResult

import type { ClassificationResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/macie2.ts";
interface ClassificationResult {
additionalOccurrences?: boolean | null;
customDataIdentifiers?: CustomDataIdentifiers | null;
mimeType?: string | null;
sensitiveData?: SensitiveDataItem[] | null;
sizeClassified?: number | null;
}

§Properties

§
additionalOccurrences?: boolean | null
[src]
§
customDataIdentifiers?: CustomDataIdentifiers | null
[src]
§
mimeType?: string | null
[src]
§
sensitiveData?: SensitiveDataItem[] | null
[src]
§
sizeClassified?: number | null
[src]