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

ListTriggersResponse

import type { ListTriggersResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface ListTriggersResponse {
NextToken?: string | null;
TriggerNames?: string[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if the returned list does not contain the last metric available.

§
TriggerNames?: string[] | null
[src]

The names of all triggers in the account, or the triggers with the specified tags.