#[non_exhaustive]pub struct GetPipelineDefinitionInput {
pub pipeline_id: Option<String>,
pub version: Option<String>,
}
Expand description
Contains the parameters for GetPipelineDefinition.
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.pipeline_id: Option<String>
The ID of the pipeline.
version: Option<String>
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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPipelineDefinition, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPipelineDefinition, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetPipelineDefinition
>
Creates a new builder-style object to manufacture GetPipelineDefinitionInput
The ID of the pipeline.
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 GetPipelineDefinitionInput
impl Send for GetPipelineDefinitionInput
impl Sync for GetPipelineDefinitionInput
impl Unpin for GetPipelineDefinitionInput
impl UnwindSafe for GetPipelineDefinitionInput
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