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

UpdateCustomMetricResponse

import type { UpdateCustomMetricResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateCustomMetricResponse {
creationDate?: Date | number | null;
displayName?: string | null;
lastModifiedDate?: Date | number | null;
metricArn?: string | null;
metricName?: string | null;
metricType?: CustomMetricType | null;
}

§Properties

§
creationDate?: Date | number | null
[src]

The creation date of the custom metric in milliseconds since epoch.

§
displayName?: string | null
[src]

A friendly name in the console for the custom metric

§
lastModifiedDate?: Date | number | null
[src]

The time the custom metric was last modified in milliseconds since epoch.

§
metricArn?: string | null
[src]

The Amazon Resource Number (ARN) of the custom metric.

§
metricName?: string | null
[src]

The name of the custom metric.

§
metricType?: CustomMetricType | null
[src]

The type of the custom metric. Types include string-list, ip-address-list, number-list, and number.