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

ListRemoteAccessSessionsResult

import type { ListRemoteAccessSessionsResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Represents the response from the server after AWS Device Farm makes a request to return information about the remote access session.

interface ListRemoteAccessSessionsResult {
nextToken?: string | null;
remoteAccessSessions?: RemoteAccessSession[] | null;
}

§Properties

§
nextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

§
remoteAccessSessions?: RemoteAccessSession[] | null
[src]

A container that represents the metadata from the service about each remote access session you are requesting.