StartPipelineExecutionInput
public struct StartPipelineExecutionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The system-generated unique ID used to identify a unique execution request.
Declaration
Swift
public let clientRequestToken: String? -
The name of the pipeline to start.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(clientRequestToken: String? = StartPipelineExecutionInput.idempotencyToken(), name: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StartPipelineExecutionInput Structure Reference