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

ListTestGridSessionsResult

import type { ListTestGridSessionsResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface ListTestGridSessionsResult {
nextToken?: string | null;
testGridSessions?: TestGridSession[] | null;
}

§Properties

§
nextToken?: string | null
[src]

Pagination token.

§
testGridSessions?: TestGridSession[] | null
[src]

The sessions that match the criteria in a "ListTestGridSessionsRequest".