ValidatePipelineDefinitionOutput
public struct ValidatePipelineDefinitionOutput : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
Indicates whether there were validation errors.
Declaration
Swift
public let errored: Bool - 
                  
                  
Any validation errors that were found.
Declaration
Swift
public let validationErrors: [ValidationError]? - 
                  
                  
Any validation warnings that were found.
Declaration
Swift
public let validationWarnings: [ValidationWarning]? - 
                  
                  
Undocumented
Declaration
Swift
public init(errored: Bool, validationErrors: [ValidationError]? = nil, validationWarnings: [ValidationWarning]? = nil) 
View on GitHub
        ValidatePipelineDefinitionOutput Structure Reference