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

ListTagsForResourceResponse

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

§Properties

§
NextToken?: string | null
[src]

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

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

A set of key-value pairs that are used to manage the resource.