Struct aws_sdk_datapipeline::input::get_pipeline_definition_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetPipelineDefinitionInput
Implementations
The ID of the pipeline.
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.
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.
Consumes the builder and constructs a GetPipelineDefinitionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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