Struct rusoto_datapipeline::ValidatePipelineDefinitionInput [] [src]

pub struct ValidatePipelineDefinitionInput {
    pub parameter_objects: Option<ParameterObjectList>,
    pub parameter_values: Option<ParameterValueList>,
    pub pipeline_id: Id,
    pub pipeline_objects: PipelineObjectList,
}

Contains the parameters for ValidatePipelineDefinition.

Fields

The parameter objects used with the pipeline.

The parameter values used with the pipeline.

The ID of the pipeline.

The objects that define the pipeline changes to validate against the pipeline.

Trait Implementations

impl Default for ValidatePipelineDefinitionInput
[src]

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

impl Debug for ValidatePipelineDefinitionInput
[src]

Formats the value using the given formatter.

impl Clone for ValidatePipelineDefinitionInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more