AbortCriteria
public struct AbortCriteria : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of job action to take to initiate the job abort.
Declaration
Swift
public let action: AbortAction
-
The type of job execution failures that can initiate a job abort.
Declaration
Swift
public let failureType: JobExecutionFailureType
-
The minimum number of things which must receive job execution notifications before the job can be aborted.
Declaration
Swift
public let minNumberOfExecutedThings: Int
-
The minimum percentage of job execution failures that must occur to initiate the job abort. AWS IoT supports up to two digits after the decimal (for example, 10.9 and 10.99, but not 10.999).
Declaration
Swift
public let thresholdPercentage: Double
-
Undocumented
Declaration
Swift
public init(action: AbortAction, failureType: JobExecutionFailureType, minNumberOfExecutedThings: Int, thresholdPercentage: Double)
-
Declaration
Swift
public func validate(name: String) throws