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

Class: Aws::IoT::Types::AwsJobExecutionsRolloutConfig

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

Overview

Note:

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

{
  maximum_per_minute: 1,
  exponential_rate: {
    base_rate_per_minute: 1, # required
    increment_factor: 1.0, # required
    rate_increase_criteria: { # required
      number_of_notified_things: 1,
      number_of_succeeded_things: 1,
    },
  },
}

Configuration for the rollout of OTA updates.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#exponential_rateTypes::AwsJobExponentialRolloutRate

The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.

Returns:

#maximum_per_minuteInteger

The maximum number of OTA update job executions started per minute.

Returns:

  • (Integer)

    The maximum number of OTA update job executions started per minute.