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

TagResourceResponse

import type { TagResourceResponse } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface TagResourceResponse {
Tags?: Tag[] | null;
}

§Properties

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

The list of tags that are associated with the DAX resource.