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

ListTagsResponse

import type { ListTagsResponse } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
interface ListTagsResponse {
NextToken?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
NextToken?: string | null
[src]

When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.

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

The tags associated with your private CA.