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

AppMonitorDetails

import type { AppMonitorDetails } from "https://aws-api.deno.dev/v0.3/services/rum.ts?docs=full";

A structure that contains information about the RUM app monitor.

interface AppMonitorDetails {
id?: string | null;
name?: string | null;
version?: string | null;
}

§Properties

§
id?: string | null
[src]

The unique ID of the app monitor.

§
name?: string | null
[src]

The name of the app monitor.

§
version?: string | null
[src]

The version of the app monitor.