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

ListLabelsResponse

import type { ListLabelsResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListLabelsResponse {
LabelSummaries?: LabelSummary[] | null;
NextToken?: string | null;
}

§Properties

§
LabelSummaries?: LabelSummary[] | null
[src]

A summary of the items in the label group.

§
NextToken?: string | null
[src]

An opaque pagination token indicating where to continue the listing of datasets.