BatchStopJobRunRequest
public struct BatchStopJobRunRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the job definition for which to stop job runs.
Declaration
Swift
public let jobName: String
-
A list of the JobRunIds that should be stopped for that job definition.
Declaration
Swift
public let jobRunIds: [String]
-
Undocumented
Declaration
Swift
public init(jobName: String, jobRunIds: [String])
-
Declaration
Swift
public func validate(name: String) throws