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

ListTestGridSessionArtifactsResult

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

§Properties

§
artifacts?: TestGridSessionArtifact[] | null
[src]

A list of test grid session artifacts for a "TestGridSession".

§
nextToken?: string | null
[src]

Pagination token.