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

DescribeLabelResponse

import type { DescribeLabelResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface DescribeLabelResponse {
CreatedAt?: Date | number | null;
EndTime?: Date | number | null;
Equipment?: string | null;
FaultCode?: string | null;
LabelGroupArn?: string | null;
LabelGroupName?: string | null;
LabelId?: string | null;
Notes?: string | null;
Rating?: LabelRating | null;
StartTime?: Date | number | null;
}

§Properties

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

The time at which the label was created.

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

The end time of the requested label.

§
Equipment?: string | null
[src]

Indicates that a label pertains to a particular piece of equipment.

§
FaultCode?: string | null
[src]

Indicates the type of anomaly associated with the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

§
LabelGroupArn?: string | null
[src]

The ARN of the requested label group.

§
LabelGroupName?: string | null
[src]

The name of the requested label group.

§
LabelId?: string | null
[src]

The ID of the requested label.

§
Notes?: string | null
[src]

Metadata providing additional information about the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

§
Rating?: LabelRating | null
[src]

Indicates whether a labeled event represents an anomaly.

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

The start time of the requested label.