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

Dimensions

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

Contains information about the dimensions for a set of metrics.

interface Dimensions {
Channel?: Channel | null;
Queue?: QueueReference | null;
}

§Properties

§
Channel?: Channel | null
[src]

The channel used for grouping and filters.

§
Queue?: QueueReference | null
[src]

Information about the queue for which metrics are returned.