Class: Aws::IoTManagedIntegrations::Types::RolloutRateIncreaseCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::RolloutRateIncreaseCriteria
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure representing rollout config criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#number_of_notified_things ⇒ Integer
The threshold for number of notified things that will initiate the increase in rate of rollout.
-
#number_of_succeeded_things ⇒ Integer
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
Instance Attribute Details
#number_of_notified_things ⇒ Integer
The threshold for number of notified things that will initiate the increase in rate of rollout.
4221 4222 4223 4224 4225 4226 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4221 class RolloutRateIncreaseCriteria < Struct.new( :number_of_notified_things, :number_of_succeeded_things) SENSITIVE = [] include Aws::Structure end |
#number_of_succeeded_things ⇒ Integer
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
4221 4222 4223 4224 4225 4226 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4221 class RolloutRateIncreaseCriteria < Struct.new( :number_of_notified_things, :number_of_succeeded_things) SENSITIVE = [] include Aws::Structure end |