GetJobRunRequest
public struct GetJobRunRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Name of the job definition being run.
Declaration
Swift
public let jobName: String -
True if a list of predecessor runs should be returned.
Declaration
Swift
public let predecessorsIncluded: Bool? -
The ID of the job run.
Declaration
Swift
public let runId: String -
Undocumented
Declaration
Swift
public init(jobName: String, predecessorsIncluded: Bool? = nil, runId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetJobRunRequest Structure Reference