Struct rusoto_datapipeline::ValidatePipelineDefinitionOutput [] [src]

pub struct ValidatePipelineDefinitionOutput {
    pub errored: bool,
    pub validation_errors: Option<Vec<ValidationError>>,
    pub validation_warnings: Option<Vec<ValidationWarning>>,
}

Contains the output of ValidatePipelineDefinition.

Fields

Indicates whether there were validation errors.

Any validation errors that were found.

Any validation warnings that were found.

Trait Implementations

impl Default for ValidatePipelineDefinitionOutput
[src]

[src]

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

impl Debug for ValidatePipelineDefinitionOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ValidatePipelineDefinitionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more