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

DescribeLabelRequest

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

§Properties

§
LabelGroupName: string
[src]

Returns the name of the group containing the label.

§
LabelId: string
[src]

Returns the ID of the label.