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

ResourceDetails

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

Represents the resources that were scanned in the scan entry.

interface ResourceDetails {
InstanceArn?: string | null;
}

§Properties

§
InstanceArn?: string | null
[src]

InstanceArn that was scanned in the scan entry.