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

ListSubscribedWorkteamsRequest

import type { ListSubscribedWorkteamsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListSubscribedWorkteamsRequest {
MaxResults?: number | null;
NameContains?: string | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of work teams to return in each page of the response.

§
NameContains?: string | null
[src]

A string in the work team name. This filter returns only work teams whose name contains the specified string.

§
NextToken?: string | null
[src]

If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.