AddJobFlowStepsInput
public struct AddJobFlowStepsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
Declaration
Swift
public let jobFlowId: String
-
A list of StepConfig to be executed by the job flow.
Declaration
Swift
public let steps: [StepConfig]
-
Undocumented
Declaration
Swift
public init(jobFlowId: String, steps: [StepConfig])
-
Declaration
Swift
public func validate(name: String) throws