DescribeRobotApplicationResponse
import type { DescribeRobotApplicationResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface DescribeRobotApplicationResponse {
arn?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
revisionId?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
sources?: Source[] | null;
tags?: {} | null;
[key: string]: string | null | undefined;
version?: string | null;
}§Properties
§
robotSoftwareSuite?: RobotSoftwareSuite | null
[src]