DescribeFleetResponse
import type { DescribeFleetResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";interface DescribeFleetResponse {
arn?: string | null;
createdAt?: Date | number | null;
lastDeploymentJob?: string | null;
lastDeploymentStatus?: DeploymentStatus | null;
lastDeploymentTime?: Date | number | null;
name?: string | null;
robots?: Robot[] | null;
tags?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
lastDeploymentStatus?: DeploymentStatus | null
[src]