Class: Aws::DataPipeline::Types::PutPipelineDefinitionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datapipeline/types.rb

Overview

Contains the output of PutPipelineDefinition.

Constant Summary collapse

SENSITIVE =
[]

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)


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

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

Returns:



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_warningsArray<Types::ValidationWarning>

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

Returns:



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