Class: Aws::IoT::Types::RateIncreaseCriteria
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::RateIncreaseCriteria
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Allows you to define a criteria to initiate the increase in rate of rollout for a job.
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.
      12783 12784 12785 12786 12787 12788  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12783 class RateIncreaseCriteria < 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.
      12783 12784 12785 12786 12787 12788  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12783 class RateIncreaseCriteria < Struct.new( :number_of_notified_things, :number_of_succeeded_things) SENSITIVE = [] include Aws::Structure end  |