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

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?: {
[key: string]: string | null | undefined;
}
| null;
vpcConfig?: VPCConfigResponse | null;
}

§Properties

§
arn?: string | null
[src]
§
clientRequestToken?: string | null
[src]
§
compute?: ComputeResponse | null
[src]
§
dataSources?: DataSource[] | null
[src]
§
failureBehavior?: FailureBehavior | null
[src]
§
failureCode?: SimulationJobErrorCode | null
[src]
§
failureReason?: string | null
[src]
§
iamRole?: string | null
[src]
§
lastStartedAt?: Date | number | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
loggingConfig?: LoggingConfig | null
[src]
§
maxJobDurationInSeconds?: number | null
[src]
§
name?: string | null
[src]
§
networkInterface?: NetworkInterface | null
[src]
§
outputLocation?: OutputLocation | null
[src]
§
robotApplications?: RobotApplicationConfig[] | null
[src]
§
simulationApplications?: SimulationApplicationConfig[] | null
[src]
§
simulationTimeMillis?: number | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
vpcConfig?: VPCConfigResponse | null
[src]