JobDependency
public struct JobDependency : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The job ID of the AWS Batch job associated with this dependency.
Declaration
Swift
public let jobId: String? -
The type of the job dependency.
Declaration
Swift
public let type: ArrayJobDependency? -
Undocumented
Declaration
Swift
public init(jobId: String? = nil, type: ArrayJobDependency? = nil)
View on GitHub
JobDependency Structure Reference