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.3/services/opsworkscm.ts?docs=full";
interface ListTagsForResourceResponse {
NextToken?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A token that you can use as the value of NextToken in subsequent calls to the API to show more results.

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

Tags that have been applied to the resource.