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

HighestSeverityThreatDetails

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

Contains details of the highest severity threat detected during scan and number of infected files.

interface HighestSeverityThreatDetails {
Count?: number | null;
Severity?: string | null;
ThreatName?: string | null;
}

§Properties

§
Count?: number | null
[src]

Total number of infected files with the highest severity threat detected.

§
Severity?: string | null
[src]

Severity level of the highest severity threat detected.

§
ThreatName?: string | null
[src]

Threat name of the highest severity threat detected as part of the malware scan.