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

DescribeLabelGroupResponse

import type { DescribeLabelGroupResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface DescribeLabelGroupResponse {
CreatedAt?: Date | number | null;
FaultCodes?: string[] | null;
LabelGroupArn?: string | null;
LabelGroupName?: string | null;
UpdatedAt?: Date | number | null;
}

§Properties

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

The time at which the label group was created.

§
FaultCodes?: string[] | null
[src]

Codes indicating the type of anomaly associated with the labels in the lagbel group.

§
LabelGroupArn?: string | null
[src]

The ARN of the label group.

§
LabelGroupName?: string | null
[src]

The name of the label group.

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

The time at which the label group was updated.