AWSIoTAbortConfig

Objective-C

@interface AWSIoTAbortConfig

Swift

class AWSIoTAbortConfig

The criteria that determine when and how a job abort takes place.

Required parameters: [criteriaList]

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTAbortCriteria *> *_Nullable criteriaList;

    Swift

    var criteriaList: [AWSIoTAbortCriteria]? { get set }