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

TraceUser

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

Information about a user recorded in segment documents.

interface TraceUser {
ServiceIds?: ServiceId[] | null;
UserName?: string | null;
}

§Properties

§
ServiceIds?: ServiceId[] | null
[src]

Services that the user's request hit.

§
UserName?: string | null
[src]

The user's name.