You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::AwsJobRateIncreaseCriteria

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsJobRateIncreaseCriteria as input to an Aws::Client method, you can use a vanilla Hash:

{
  number_of_notified_things: 1,
  number_of_succeeded_things: 1,
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_notified_thingsInteger

When this number of things have been notified, it will initiate an increase in the rollout rate.

Returns:

  • (Integer)

    When this number of things have been notified, it will initiate an increase in the rollout rate.

#number_of_succeeded_thingsInteger

When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.

Returns:

  • (Integer)

    When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.