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

ServiceAdditionalInfo

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

Additional information about the generated finding.

interface ServiceAdditionalInfo {
Type?: string | null;
Value?: string | null;
}

§Properties

§
Type?: string | null
[src]

Describes the type of the additional information.

§
Value?: string | null
[src]

This field specifies the value of the additional information.