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

CustomDataIdentifiersResult

import type { CustomDataIdentifiersResult } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Contains an instance of sensitive data that was detected by a customer-defined identifier.

interface CustomDataIdentifiersResult {
Detections?: CustomDataIdentifiersDetections[] | null;
TotalCount?: number | null;
}

§Properties

§

The list of detected instances of sensitive data.

§
TotalCount?: number | null
[src]

The total number of occurrences of sensitive data.