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

ResourceARNDetail

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

A list of resources ARNs corresponding to the segments in a trace.

interface ResourceARNDetail {
ARN?: string | null;
}

§Properties

§
ARN?: string | null
[src]

The ARN of a corresponding resource.