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

ListTagsOutput

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

§Properties

§
NextToken?: string | null
[src]

If response is truncated, SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens.

§
Tags?: Tag[] | null
[src]

An array of Tag objects, each with a tag key and a value.