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.
9571 9572 9573 9574 9575 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9571 class JobExecutionsRetryConfig < Struct.new( :criteria_list) SENSITIVE = [] include Aws::Structure end |