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

SensitiveDataDetections

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

The list of detected instances of sensitive data.

interface SensitiveDataDetections {
Count?: number | null;
Occurrences?: Occurrences | null;
Type?: string | null;
}

§Properties

§
Count?: number | null
[src]

The total number of occurrences of sensitive data that were detected.

§
Occurrences?: Occurrences | null
[src]

Details about the sensitive data that was detected.

§
Type?: string | null
[src]

The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.