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

ListSessionsResponse

import type { ListSessionsResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface ListSessionsResponse {
Ids?: string[] | null;
NextToken?: string | null;
Sessions?: Session[] | null;
}

§Properties

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

Returns the ID of the session.

§
NextToken?: string | null
[src]

The token for the next set of results, or null if there are no more result.

§
Sessions?: Session[] | null
[src]

Returns the session object.