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

BatchDescribeSimulationJobResponse

import type { BatchDescribeSimulationJobResponse } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface BatchDescribeSimulationJobResponse {
jobs?: SimulationJob[] | null;
unprocessedJobs?: string[] | null;
}

§Properties

§
jobs?: SimulationJob[] | null
[src]

A list of simulation jobs.

§
unprocessedJobs?: string[] | null
[src]

A list of unprocessed simulation job Amazon Resource Names (ARNs).