DescribeSimulationJobResponse constructor
DescribeSimulationJobResponse({
- String? arn,
- String? clientRequestToken,
- ComputeResponse? compute,
- List<
DataSource> ? dataSources, - FailureBehavior? failureBehavior,
- SimulationJobErrorCode? failureCode,
- String? failureReason,
- String? iamRole,
- DateTime? lastStartedAt,
- DateTime? lastUpdatedAt,
- LoggingConfig? loggingConfig,
- int? maxJobDurationInSeconds,
- String? name,
- NetworkInterface? networkInterface,
- OutputLocation? outputLocation,
- List<
RobotApplicationConfig> ? robotApplications, - List<
SimulationApplicationConfig> ? simulationApplications, - int? simulationTimeMillis,
- SimulationJobStatus? status,
- Map<
String, String> ? tags, - VPCConfigResponse? vpcConfig,
Implementation
DescribeSimulationJobResponse({
this.arn,
this.clientRequestToken,
this.compute,
this.dataSources,
this.failureBehavior,
this.failureCode,
this.failureReason,
this.iamRole,
this.lastStartedAt,
this.lastUpdatedAt,
this.loggingConfig,
this.maxJobDurationInSeconds,
this.name,
this.networkInterface,
this.outputLocation,
this.robotApplications,
this.simulationApplications,
this.simulationTimeMillis,
this.status,
this.tags,
this.vpcConfig,
});