Struct rusoto_datapipeline::GetPipelineDefinitionInput [] [src]

pub struct GetPipelineDefinitionInput {
    pub pipeline_id: String,
    pub version: Option<String>,
}

Contains the parameters for GetPipelineDefinition.

Fields

The ID of the pipeline.

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

Trait Implementations

impl Default for GetPipelineDefinitionInput
[src]

[src]

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

impl Debug for GetPipelineDefinitionInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetPipelineDefinitionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more