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

§Properties

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

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters.