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

GetStatementRequest

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

§Properties

§
Id: number
[src]

The Id of the statement.

§
RequestOrigin?: string | null
[src]

The origin of the request.

§
SessionId: string
[src]

The Session ID of the statement.