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/fsx.ts?docs=full";

The response object for ListTagsForResource operation.

interface ListTagsForResourceResponse {
NextToken?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
NextToken?: string | null
[src]

This is present if there are more tags than returned in the response (String). You can use the NextToken value in the later request to fetch the tags.

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

A list of tags on the resource.