Class: Aws::IoT::Types::AwsJobAbortConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#abort_criteria_listArray<Types::AwsJobAbortCriteria>

The list of criteria that determine when and how to abort the job.

Returns:



1136
1137
1138
1139
1140
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1136

class AwsJobAbortConfig < Struct.new(
  :abort_criteria_list)
  SENSITIVE = []
  include Aws::Structure
end