AbortConfig
public struct AbortConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of criteria that determine when and how to abort the job.
Declaration
Swift
public let criteriaList: [AbortCriteria]
-
Undocumented
Declaration
Swift
public init(criteriaList: [AbortCriteria])
-
Declaration
Swift
public func validate(name: String) throws