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

RobotApplicationSummary

import type { RobotApplicationSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";
interface RobotApplicationSummary {
arn?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
name?: string | null
[src]
§
robotSoftwareSuite?: RobotSoftwareSuite | null
[src]
§
version?: string | null
[src]