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

SamplingStatisticSummary

import type { SamplingStatisticSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";
interface SamplingStatisticSummary {
BorrowCount?: number | null;
RequestCount?: number | null;
RuleName?: string | null;
SampledCount?: number | null;
Timestamp?: Date | number | null;
}

§Properties

§
BorrowCount?: number | null
[src]
§
RequestCount?: number | null
[src]
§
RuleName?: string | null
[src]
§
SampledCount?: number | null
[src]
§
Timestamp?: Date | number | null
[src]