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

RunStatementResponse

import type { RunStatementResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface RunStatementResponse {
Id?: number | null;
}

§Properties

§
Id?: number | null
[src]

Returns the Id of the statement that was run.