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

ListSubscribedWorkteamsResponse

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

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

§
SubscribedWorkteams: SubscribedWorkteam[]
[src]

An array of Workteam objects, each describing a work team.