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

ListTagsInput

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

§Properties

§
MaxResults?: number | null
[src]

Maximum number of tags to return.

§
NextToken?: string | null
[src]

If the response to the previous ListTags request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.