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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Note:

When making an API call, you may pass AwsJobExecutionsRolloutConfig data as a hash:

{
  maximum_per_minute: 1,
}

Configuration for the rollout of OTA updates.

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_per_minuteInteger

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

Returns:

  • (Integer)


940
941
942
943
# File 'lib/aws-sdk-iot/types.rb', line 940

class AwsJobExecutionsRolloutConfig < Struct.new(
  :maximum_per_minute)
  include Aws::Structure
end