JobNodeDetails
public struct JobNodeDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The information for the job runs represented by the job node.
Declaration
Swift
public let jobRuns: [JobRun]? -
Undocumented
Declaration
Swift
public init(jobRuns: [JobRun]? = nil)
View on GitHub
JobNodeDetails Structure Reference