Struct rusoto_datapipeline::PutPipelineDefinitionOutput [] [src]

pub struct PutPipelineDefinitionOutput {
    pub errored: Boolean,
    pub validation_errors: Option<ValidationErrors>,
    pub validation_warnings: Option<ValidationWarnings>,
}

Contains the output of PutPipelineDefinition.

Fields

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.

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

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

Trait Implementations

impl Default for PutPipelineDefinitionOutput
[src]

Returns the "default value" for a type. Read more

impl Debug for PutPipelineDefinitionOutput
[src]

Formats the value using the given formatter.

impl Clone for PutPipelineDefinitionOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more