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

ScanResultDetails

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

Represents the result of the scan.

interface ScanResultDetails {
ScanResult?: ScanResult | null;
}

§Properties

§
ScanResult?: ScanResult | null
[src]

An enum value representing possible scan results.