CreatePipelineInput
public struct CreatePipelineInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents the structure of actions and stages to be performed in the pipeline.
Declaration
Swift
public let pipeline: PipelineDeclaration
-
The tags for the pipeline.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(pipeline: PipelineDeclaration, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws