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

ListTagsForResourcesResponse

import type { ListTagsForResourcesResponse } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A complex type containing tags for the specified resources.

interface ListTagsForResourcesResponse {
ResourceTagSets: ResourceTagSet[];
}

§Properties

§
ResourceTagSets: ResourceTagSet[]
[src]

A list of ResourceTagSets containing tags associated with the specified resources.