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
show all
Defined in:
(unknown)

Overview

Contains the output of PutPipelineDefinition.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#erroredBoolean

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.

Returns:

  • (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_errorsArray<Types::ValidationError>

The validation errors that are associated with the objects defined in pipelineObjects.

Returns:

  • (Array<Types::ValidationError>)

    The validation errors that are associated with the objects defined in pipelineObjects.

#validation_warningsArray<Types::ValidationWarning>

The validation warnings that are associated with the objects defined in pipelineObjects.

Returns:

  • (Array<Types::ValidationWarning>)

    The validation warnings that are associated with the objects defined in pipelineObjects.