AwsJobRateIncreaseCriteria class

The criteria to initiate the increase in rate of rollout for a job.

Constructors

AwsJobRateIncreaseCriteria({int? numberOfNotifiedThings, int? numberOfSucceededThings})
AwsJobRateIncreaseCriteria.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
numberOfNotifiedThings int?
When this number of things have been notified, it will initiate an increase in the rollout rate.
final
numberOfSucceededThings int?
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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