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.3/services/cloudtrail.ts?docs=full";

Returns the objects or data listed below if successful. Otherwise, returns an error.

interface ListTagsResponse {
NextToken?: string | null;
ResourceTagList?: ResourceTag[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Reserved for future use.

§
ResourceTagList?: ResourceTag[] | null
[src]

A list of resource tags.