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

ListTagsForResourceResponse

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

§Properties

§
NextToken?: string | null
[src]

The opaque string that indicates the position to begin the next list of results in the response.

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

An array of tags applied to the specified resource.