AWSIoTRateIncreaseCriteria

Objective-C

@interface AWSIoTRateIncreaseCriteria

Swift

class AWSIoTRateIncreaseCriteria

Allows you to define a criteria to initiate the increase in rate of rollout for a job.

  • The threshold for number of notified things that will initiate the increase in rate of rollout.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable numberOfNotifiedThings;

    Swift

    var numberOfNotifiedThings: NSNumber? { get set }
  • The threshold for number of succeeded things that will initiate the increase in rate of rollout.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable numberOfSucceededThings;

    Swift

    var numberOfSucceededThings: NSNumber? { get set }