Class: Aws::IoT::Types::JobExecutionsRetryConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::JobExecutionsRetryConfig
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The configuration that determines how many retries are allowed for each failure type for a job.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #criteria_list  ⇒ Array<Types::RetryCriteria> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of criteria that determines how many retries are allowed for each failure type for a job. 
Instance Attribute Details
#criteria_list ⇒ Array<Types::RetryCriteria>
The list of criteria that determines how many retries are allowed for each failure type for a job.
| 9684 9685 9686 9687 9688 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9684 class JobExecutionsRetryConfig < Struct.new( :criteria_list) SENSITIVE = [] include Aws::Structure end |