PutPipelineDefinitionOutput
public struct PutPipelineDefinitionOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.
Declaration
Swift
public let errored: Bool
-
The validation errors that are associated with the objects defined in pipelineObjects.
Declaration
Swift
public let validationErrors: [ValidationError]?
-
The validation warnings that are associated with the objects defined in pipelineObjects.
Declaration
Swift
public let validationWarnings: [ValidationWarning]?
-
Undocumented
Declaration
Swift
public init(errored: Bool, validationErrors: [ValidationError]? = nil, validationWarnings: [ValidationWarning]? = nil)