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

ScanFilePath

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

Contains details of infected file including name, file path and hash.

interface ScanFilePath {
FileName?: string | null;
FilePath?: string | null;
Hash?: string | null;
VolumeArn?: string | null;
}

§Properties

§
FileName?: string | null
[src]

File name of the infected file.

§
FilePath?: string | null
[src]

The file path of the infected file.

§
Hash?: string | null
[src]

The hash value of the infected file.

§
VolumeArn?: string | null
[src]

EBS volume Arn details of the infected file.