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

LabelGroupSummary

import type { LabelGroupSummary } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";

Contains information about the label group.

interface LabelGroupSummary {
CreatedAt?: Date | number | 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.

§
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.