UpdatePipelineInput
public struct UpdatePipelineInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the pipeline to be updated.
Declaration
Swift
public let pipeline: PipelineDeclaration
-
Undocumented
Declaration
Swift
public init(pipeline: PipelineDeclaration)
-
Declaration
Swift
public func validate(name: String) throws