You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DataPipeline::Types::PutPipelineDefinitionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::PutPipelineDefinitionOutput
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#errored ⇒ Boolean
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. -
#validation_errors ⇒ Array<Types::ValidationError>
The validation errors that are associated with the objects defined in
pipelineObjects
. -
#validation_warnings ⇒ Array<Types::ValidationWarning>
The validation warnings that are associated with the objects defined in
pipelineObjects
.
Instance Attribute Details
#errored ⇒ Boolean
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.
#validation_errors ⇒ Array<Types::ValidationError>
The validation errors that are associated with the objects defined in
pipelineObjects
.
#validation_warnings ⇒ Array<Types::ValidationWarning>
The validation warnings that are associated with the objects defined in
pipelineObjects
.