BatchStopJobRunSuccessfulSubmission
public struct BatchStopJobRunSuccessfulSubmission : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the job definition used in the job run that was stopped.
Declaration
Swift
public let jobName: String?
-
The JobRunId of the job run that was stopped.
Declaration
Swift
public let jobRunId: String?
-
Undocumented
Declaration
Swift
public init(jobName: String? = nil, jobRunId: String? = nil)