CreatePipelineOutput
public struct CreatePipelineOutput : 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? -
Specifies the tags applied to the pipeline.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(pipeline: PipelineDeclaration? = nil, tags: [Tag]? = nil)
View on GitHub
CreatePipelineOutput Structure Reference