SimulationJobBatchSummary class

Information about a simulation job batch.

Constructors

SimulationJobBatchSummary({String? arn, DateTime? createdAt, int? createdRequestCount, int? failedRequestCount, DateTime? lastUpdatedAt, int? pendingRequestCount, SimulationJobBatchStatus? status})
SimulationJobBatchSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the batch.
final
createdAt DateTime?
The time, in milliseconds since the epoch, when the simulation job batch was created.
final
createdRequestCount int?
The number of created simulation job requests.
final
failedRequestCount int?
The number of failed simulation job requests.
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
pendingRequestCount int?
The number of pending simulation job requests.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SimulationJobBatchStatus?
The status of 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