GetPipelineDefinitionInput
public struct GetPipelineDefinitionInput : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The ID of the pipeline.
Declaration
Swift
public let pipelineId: String - 
                  
                  
The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.
Declaration
Swift
public let version: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(pipelineId: String, version: String? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        GetPipelineDefinitionInput Structure Reference