DescribeJobFlowsOutput
public struct DescribeJobFlowsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of job flows matching the parameters supplied.
Declaration
Swift
public let jobFlows: [JobFlowDetail]?
-
Undocumented
Declaration
Swift
public init(jobFlows: [JobFlowDetail]? = nil)