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

ListHumanTaskUisResponse

import type { ListHumanTaskUisResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListHumanTaskUisResponse {
HumanTaskUiSummaries: HumanTaskUiSummary[];
NextToken?: string | null;
}

§Properties

§
HumanTaskUiSummaries: HumanTaskUiSummary[]
[src]

An array of objects describing the human task user interfaces.

§
NextToken?: string | null
[src]

A token to resume pagination.