Class: Aws::IoT::Types::AwsJobAbortConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AwsJobAbortConfig
- Includes:
- Structure
- Defined in:
- 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
-
#abort_criteria_list ⇒ Array<Types::AwsJobAbortCriteria>
The list of criteria that determine when and how to abort the job.
Instance Attribute Details
#abort_criteria_list ⇒ Array<Types::AwsJobAbortCriteria>
The list of criteria that determine when and how to abort the job.
1213 1214 1215 1216 1217 |
# File 'lib/aws-sdk-iot/types.rb', line 1213 class AwsJobAbortConfig < Struct.new( :abort_criteria_list) SENSITIVE = [] include Aws::Structure end |