GetPipelineExecutionInput
public struct GetPipelineExecutionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the pipeline execution about which you want to get execution details.
Declaration
Swift
public let pipelineExecutionId: String
-
The name of the pipeline about which you want to get execution details.
Declaration
Swift
public let pipelineName: String
-
Undocumented
Declaration
Swift
public init(pipelineExecutionId: String, pipelineName: String)
-
Declaration
Swift
public func validate(name: String) throws