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

ListTagsRequest

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

Specifies a list of tags to return.

interface ListTagsRequest {
NextToken?: string | null;
ResourceIdList: string[];
}

§Properties

§
NextToken?: string | null
[src]

Reserved for future use.

§
ResourceIdList: string[]
[src]

Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.