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

CreateTestGridUrlResult

import type { CreateTestGridUrlResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface CreateTestGridUrlResult {
expires?: Date | number | null;
url?: string | null;
}

§Properties

§
expires?: Date | number | null
[src]

The number of seconds the URL from "CreateTestGridUrlResult$url" stays active.

§
url?: string | null
[src]

A signed URL, expiring in "CreateTestGridUrlRequest$expiresInSeconds" seconds, to be passed to a RemoteWebDriver.