Class: Aws::IoT::Types::AbortConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AbortConfig
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The criteria that determine when and how a job abort takes place.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#criteria_list ⇒ Array<Types::AbortCriteria>
The list of criteria that determine when and how to abort the job.
Instance Attribute Details
#criteria_list ⇒ Array<Types::AbortCriteria>
The list of criteria that determine when and how to abort the job.
19 20 21 22 23 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 19 class AbortConfig < Struct.new( :criteria_list) SENSITIVE = [] include Aws::Structure end |