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

ResponseTimeRootCauseEntity

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

A collection of segments and corresponding subsegments associated to a response time warning.

interface ResponseTimeRootCauseEntity {
Coverage?: number | null;
Name?: string | null;
Remote?: boolean | null;
}

§Properties

§
Coverage?: number | null
[src]

The type and messages of the exceptions.

§
Name?: string | null
[src]

The name of the entity.

§
Remote?: boolean | null
[src]

A flag that denotes a remote subsegment.