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

ScanThreatName

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

Contains files infected with the given threat providing details of malware name and severity.

interface ScanThreatName {
FilePaths?: ScanFilePath[] | null;
ItemCount?: number | null;
Name?: string | null;
Severity?: string | null;
}

§Properties

§
FilePaths?: ScanFilePath[] | null
[src]

List of infected files in EBS volume with details.

§
ItemCount?: number | null
[src]

Total number of files infected with given threat.

§
Name?: string | null
[src]

The name of the identified threat.

§
Severity?: string | null
[src]

Severity of threat identified as part of the malware scan.