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

ResponseTimeRootCauseService

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

A collection of fields identifying the service in a response time warning.

interface ResponseTimeRootCauseService {
AccountId?: string | null;
EntityPath?: ResponseTimeRootCauseEntity[] | null;
Inferred?: boolean | null;
Name?: string | null;
Names?: string[] | null;
Type?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The account ID associated to the service.

§
EntityPath?: ResponseTimeRootCauseEntity[] | null
[src]

The path of root cause entities found on the service.

§
Inferred?: boolean | null
[src]

A Boolean value indicating if the service is inferred from the trace.

§
Name?: string | null
[src]

The service name.

§
Names?: string[] | null
[src]

A collection of associated service names.

§
Type?: string | null
[src]

The type associated to the service.