DescribeSimulationJobBatchResponse class

Constructors

DescribeSimulationJobBatchResponse({String? arn, BatchPolicy? batchPolicy, String? clientRequestToken, DateTime? createdAt, List<SimulationJobSummary>? createdRequests, List<FailedCreateSimulationJobRequest>? failedRequests, SimulationJobBatchErrorCode? failureCode, String? failureReason, DateTime? lastUpdatedAt, List<SimulationJobRequest>? pendingRequests, SimulationJobBatchStatus? status, Map<String, String>? tags})
DescribeSimulationJobBatchResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the batch.
final
batchPolicy BatchPolicy?
The batch policy.
final
clientRequestToken String?
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
final
createdAt DateTime?
The time, in milliseconds since the epoch, when the simulation job batch was created.
final
createdRequests List<SimulationJobSummary>?
A list of created simulation job summaries.
final
failedRequests List<FailedCreateSimulationJobRequest>?
A list of failed create simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.
final
failureCode SimulationJobBatchErrorCode?
The failure code of the simulation job batch.
final
failureReason String?
The reason the simulation job batch failed.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime?
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
final
pendingRequests List<SimulationJobRequest>?
A list of pending simulation job requests. These requests have not yet been created into simulation jobs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SimulationJobBatchStatus?
The status of the batch.
final
tags Map<String, String>?
A map that contains tag keys and tag values that are attached to the simulation job batch.
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