Struct rusoto_datapipeline::DeactivatePipelineInput [] [src]

pub struct DeactivatePipelineInput {
    pub cancel_active: Option<CancelActive>,
    pub pipeline_id: Id,
}

Contains the parameters for DeactivatePipeline.

Fields

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.

The ID of the pipeline.

Trait Implementations

impl Default for DeactivatePipelineInput
[src]

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

impl Debug for DeactivatePipelineInput
[src]

Formats the value using the given formatter.

impl Clone for DeactivatePipelineInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more