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.deno.dev/v0.3/services/robomaker.ts?docs=full";

Summary information for a robot application.

interface RobotApplicationSummary {
arn?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the robot.

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

The time, in milliseconds since the epoch, when the robot application was last updated.

§
name?: string | null
[src]

The name of the robot application.

§
robotSoftwareSuite?: RobotSoftwareSuite | null
[src]

Information about a robot software suite (ROS distribution).

§
version?: string | null
[src]

The version of the robot application.