DescribeSimulationJobResponse class
Constructors
-
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}) -
DescribeSimulationJobResponse.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
- failureReason → String?
-
Details about why the simulation job failed. For more information about
troubleshooting, see Troubleshooting.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iamRole → String?
-
The IAM role that allows the simulation instance 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 job duration in seconds. The value must be 8 days (691,200
seconds) or less.
final
- name → String?
-
The name of the simulation job.
final
- networkInterface → NetworkInterface?
-
The network interface information for the simulation job.
final
- outputLocation → OutputLocation?
-
Location for output files generated by the simulation job.
final
-
robotApplications
→ List<
RobotApplicationConfig> ? -
A list of robot applications.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
simulationApplications
→ List<
SimulationApplicationConfig> ? -
A list of simulation applications.
final
- simulationTimeMillis → int?
-
The simulation job execution duration in milliseconds.
final
- status → SimulationJobStatus?
-
The status of the simulation job.
final
-
The list of all tags added to the specified simulation job.
final
- vpcConfig → VPCConfigResponse?
-
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