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

ValueWithServiceIds

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

Information about a segment annotation.

interface ValueWithServiceIds {
AnnotationValue?: AnnotationValue | null;
ServiceIds?: ServiceId[] | null;
}

§Properties

§
AnnotationValue?: AnnotationValue | null
[src]

Values of the annotation.

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

Services to which the annotation applies.