Class: Aws::IoT::Types::JobExecutionsRetryConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::JobExecutionsRetryConfig
- Includes:
- Structure
- Defined in:
- 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.
9014 9015 9016 9017 9018 |
# File 'lib/aws-sdk-iot/types.rb', line 9014 class JobExecutionsRetryConfig < Struct.new( :criteria_list) SENSITIVE = [] include Aws::Structure end |