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

ListTestGridSessionActionsRequest

import type { ListTestGridSessionActionsRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface ListTestGridSessionActionsRequest {
maxResult?: number | null;
nextToken?: string | null;
sessionArn: string;
}

§Properties

§
maxResult?: number | null
[src]

The maximum number of sessions to return per response.

§
nextToken?: string | null
[src]

Pagination token.

§
sessionArn: string
[src]

The ARN of the session to retrieve.