AWSIoTAwsJobAbortConfig
Objective-C
@interface AWSIoTAwsJobAbortConfig
Swift
class AWSIoTAwsJobAbortConfig
The criteria that determine when and how a job abort takes place.
Required parameters: [abortCriteriaList]
-
The list of criteria that determine when and how to abort the job.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTAwsJobAbortCriteria *> *_Nullable abortCriteriaList;
Swift
var abortCriteriaList: [AWSIoTAwsJobAbortCriteria]? { get set }