class Aws::GreengrassV2::Types::IoTJobRateIncreaseCriteria

Contains information about criteria to meet before a job increases its rollout rate. Specify either `numberOfNotifiedThings` or `numberOfSucceededThings`.

@note When making an API call, you may pass IoTJobRateIncreaseCriteria

data as a hash:

    {
      number_of_notified_things: 1,
      number_of_succeeded_things: 1,
    }

@!attribute [rw] number_of_notified_things

The number of devices to receive the job notification before the
rollout rate increases.
@return [Integer]

@!attribute [rw] number_of_succeeded_things

The number of devices to successfully run the configuration job
before the rollout rate increases.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/IoTJobRateIncreaseCriteria AWS API Documentation

Constants

SENSITIVE