Struct aws_sdk_datapipeline::output::PutPipelineDefinitionOutput [−][src]
#[non_exhaustive]pub struct PutPipelineDefinitionOutput {
pub validation_errors: Option<Vec<ValidationError>>,
pub validation_warnings: Option<Vec<ValidationWarning>>,
pub errored: bool,
}
Expand description
Contains the output of PutPipelineDefinition.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.validation_errors: Option<Vec<ValidationError>>
The validation errors that are associated with the objects defined in pipelineObjects
.
validation_warnings: Option<Vec<ValidationWarning>>
The validation warnings that are associated with the objects defined in pipelineObjects
.
errored: bool
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.
Implementations
The validation errors that are associated with the objects defined in pipelineObjects
.
The validation warnings that are associated with the objects defined in pipelineObjects
.
Creates a new builder-style object to manufacture PutPipelineDefinitionOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PutPipelineDefinitionOutput
impl Send for PutPipelineDefinitionOutput
impl Sync for PutPipelineDefinitionOutput
impl Unpin for PutPipelineDefinitionOutput
impl UnwindSafe for PutPipelineDefinitionOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more