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

GetTriggersResponse

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

§Properties

§
NextToken?: string | null
[src]

A continuation token, if not all the requested triggers have yet been returned.

§
Triggers?: Trigger[] | null
[src]

A list of triggers for the specified job.