CreateSimulationJobResponse class

Constructors

CreateSimulationJobResponse({String? arn, String? clientRequestToken, ComputeResponse? compute, List<DataSource>? dataSources, FailureBehavior? failureBehavior, SimulationJobErrorCode? failureCode, String? iamRole, DateTime? lastStartedAt, DateTime? lastUpdatedAt, LoggingConfig? loggingConfig, int? maxJobDurationInSeconds, OutputLocation? outputLocation, List<RobotApplicationConfig>? robotApplications, List<SimulationApplicationConfig>? simulationApplications, int? simulationTimeMillis, SimulationJobStatus? status, Map<String, String>? tags, VPCConfigResponse? vpcConfig})
CreateSimulationJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the simulation job.
final
clientRequestToken String?
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
final
compute ComputeResponse?
Compute information for the simulation job.
final
dataSources List<DataSource>?
The data sources for the simulation job.
final
failureBehavior FailureBehavior?
the failure behavior for the simulation job.
final
failureCode SimulationJobErrorCode?
The failure code of the simulation job if it failed:
final
hashCode int
The hash code for this object.
no setterinherited
iamRole String?
The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated policies on your behalf.
final
lastStartedAt DateTime?
The time, in milliseconds since the epoch, when the simulation job was last started.
final
lastUpdatedAt DateTime?
The time, in milliseconds since the epoch, when the simulation job was last updated.
final
loggingConfig LoggingConfig?
The logging configuration.
final
maxJobDurationInSeconds int?
The maximum simulation job duration in seconds.
final
outputLocation OutputLocation?
Simulation job output files location.
final
robotApplications List<RobotApplicationConfig>?
The robot application used by the simulation job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simulationApplications List<SimulationApplicationConfig>?
The simulation application used by the simulation job.
final
simulationTimeMillis int?
The simulation job execution duration in milliseconds.
final
status SimulationJobStatus?
The status of the simulation job.
final
tags Map<String, String>?
The list of all tags added to the simulation job.
final
vpcConfig VPCConfigResponse?
Information about the vpc configuration.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited