Class: Aws::DataPipeline::Types::PutPipelineDefinitionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::PutPipelineDefinitionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
Contains the output of PutPipelineDefinition.
Constant Summary collapse
- SENSITIVE =
[]
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.
821 822 823 824 825 826 827 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 821 class PutPipelineDefinitionOutput < Struct.new( :validation_errors, :validation_warnings, :errored) SENSITIVE = [] include Aws::Structure end |
#validation_errors ⇒ Array<Types::ValidationError>
The validation errors that are associated with the objects defined in ‘pipelineObjects`.
821 822 823 824 825 826 827 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 821 class PutPipelineDefinitionOutput < Struct.new( :validation_errors, :validation_warnings, :errored) SENSITIVE = [] include Aws::Structure end |
#validation_warnings ⇒ Array<Types::ValidationWarning>
The validation warnings that are associated with the objects defined in ‘pipelineObjects`.
821 822 823 824 825 826 827 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 821 class PutPipelineDefinitionOutput < Struct.new( :validation_errors, :validation_warnings, :errored) SENSITIVE = [] include Aws::Structure end |