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

ListWorkforcesResponse

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

§Properties

§
NextToken?: string | null
[src]

A token to resume pagination.

§
Workforces: Workforce[]
[src]

A list containing information about your workforce.