#[non_exhaustive]pub struct DeactivatePipelineInput { /* private fields */ }Expand description
Contains the parameters for DeactivatePipeline.
Implementations§
source§impl DeactivatePipelineInput
impl DeactivatePipelineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeactivatePipeline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeactivatePipeline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeactivatePipeline>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeactivatePipelineInput.
source§impl DeactivatePipelineInput
impl DeactivatePipelineInput
sourcepub fn pipeline_id(&self) -> Option<&str>
pub fn pipeline_id(&self) -> Option<&str>
The ID of the pipeline.
sourcepub fn cancel_active(&self) -> Option<bool>
pub fn cancel_active(&self) -> Option<bool>
Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.
Trait Implementations§
source§impl Clone for DeactivatePipelineInput
impl Clone for DeactivatePipelineInput
source§fn clone(&self) -> DeactivatePipelineInput
fn clone(&self) -> DeactivatePipelineInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeactivatePipelineInput
impl Debug for DeactivatePipelineInput
source§impl PartialEq<DeactivatePipelineInput> for DeactivatePipelineInput
impl PartialEq<DeactivatePipelineInput> for DeactivatePipelineInput
source§fn eq(&self, other: &DeactivatePipelineInput) -> bool
fn eq(&self, other: &DeactivatePipelineInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.