DescribeSimulationJobResponse constructor

DescribeSimulationJobResponse({
  1. String? arn,
  2. String? clientRequestToken,
  3. ComputeResponse? compute,
  4. List<DataSource>? dataSources,
  5. FailureBehavior? failureBehavior,
  6. SimulationJobErrorCode? failureCode,
  7. String? failureReason,
  8. String? iamRole,
  9. DateTime? lastStartedAt,
  10. DateTime? lastUpdatedAt,
  11. LoggingConfig? loggingConfig,
  12. int? maxJobDurationInSeconds,
  13. String? name,
  14. NetworkInterface? networkInterface,
  15. OutputLocation? outputLocation,
  16. List<RobotApplicationConfig>? robotApplications,
  17. List<SimulationApplicationConfig>? simulationApplications,
  18. int? simulationTimeMillis,
  19. SimulationJobStatus? status,
  20. Map<String, String>? tags,
  21. 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,
});