AddJobFlowStepsOutput
public struct AddJobFlowStepsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifiers of the list of steps added to the job flow.
Declaration
Swift
public let stepIds: [String]? -
Undocumented
Declaration
Swift
public init(stepIds: [String]? = nil)
View on GitHub
AddJobFlowStepsOutput Structure Reference