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

DataClassificationDetails

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

Provides details about sensitive data that was detected on a resource.

interface DataClassificationDetails {
DetailedResultsLocation?: string | null;
Result?: ClassificationResult | null;
}

§Properties

§
DetailedResultsLocation?: string | null
[src]

The path to the folder or file that contains the sensitive data.

§

The details about the sensitive data that was detected on the resource.