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

InstanceIdDetail

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

A list of EC2 instance IDs corresponding to the segments in a trace.

interface InstanceIdDetail {
Id?: string | null;
}

§Properties

§
Id?: string | null
[src]

The ID of a corresponding EC2 instance.