GetPipelineOutput
public struct GetPipelineOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Represents the pipeline metadata information returned as part of the output of a GetPipeline action.
Declaration
Swift
public let metadata: PipelineMetadata? -
Represents the structure of actions and stages to be performed in the pipeline.
Declaration
Swift
public let pipeline: PipelineDeclaration? -
Undocumented
Declaration
Swift
public init(metadata: PipelineMetadata? = nil, pipeline: PipelineDeclaration? = nil)
View on GitHub
GetPipelineOutput Structure Reference