DescribeSimulationJobResponse
import type { DescribeSimulationJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface DescribeSimulationJobResponse {
arn?: string | null;
clientRequestToken?: string | null;
compute?: ComputeResponse | null;
dataSources?: DataSource[] | null;
failureBehavior?: FailureBehavior | null;
failureCode?: SimulationJobErrorCode | null;
failureReason?: string | null;
iamRole?: string | null;
lastStartedAt?: Date | number | null;
lastUpdatedAt?: Date | number | null;
loggingConfig?: LoggingConfig | null;
maxJobDurationInSeconds?: number | null;
name?: string | null;
networkInterface?: NetworkInterface | null;
outputLocation?: OutputLocation | null;
robotApplications?: RobotApplicationConfig[] | null;
simulationApplications?: SimulationApplicationConfig[] | null;
simulationTimeMillis?: number | null;
status?: SimulationJobStatus | null;
tags?: {} | null;
[key: string]: string | null | undefined;
vpcConfig?: VPCConfigResponse | null;
}§Properties
§
compute?: ComputeResponse | null
[src]§
dataSources?: DataSource[] | null
[src]§
failureBehavior?: FailureBehavior | null
[src]§
failureCode?: SimulationJobErrorCode | null
[src]§
loggingConfig?: LoggingConfig | null
[src]§
networkInterface?: NetworkInterface | null
[src]§
outputLocation?: OutputLocation | null
[src]§
robotApplications?: RobotApplicationConfig[] | null
[src]§
simulationApplications?: SimulationApplicationConfig[] | null
[src]§
status?: SimulationJobStatus | null
[src]§
vpcConfig?: VPCConfigResponse | null
[src]