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

SimulationJobBatchSummary

import type { SimulationJobBatchSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";
interface SimulationJobBatchSummary {
arn?: string | null;
createdAt?: Date | number | null;
createdRequestCount?: number | null;
failedRequestCount?: number | null;
lastUpdatedAt?: Date | number | null;
pendingRequestCount?: number | null;
status?: SimulationJobBatchStatus | null;
}

§Properties

§
arn?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
createdRequestCount?: number | null
[src]
§
failedRequestCount?: number | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
pendingRequestCount?: number | null
[src]