Struct rusoto_datapipeline::PutPipelineDefinitionInput [] [src]

pub struct PutPipelineDefinitionInput {
    pub parameter_objects: Option<Vec<ParameterObject>>,
    pub parameter_values: Option<Vec<ParameterValue>>,
    pub pipeline_id: String,
    pub pipeline_objects: Vec<PipelineObject>,
}

Contains the parameters for PutPipelineDefinition.

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. These objects overwrite the existing pipeline definition.

Trait Implementations

impl Default for PutPipelineDefinitionInput
[src]

[src]

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

impl Debug for PutPipelineDefinitionInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for PutPipelineDefinitionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more