class Aws::DataPipeline::Types::DeactivatePipelineInput

Contains the parameters for DeactivatePipeline.

@note When making an API call, you may pass DeactivatePipelineInput

data as a hash:

    {
      pipeline_id: "id", # required
      cancel_active: false,
    }

@!attribute [rw] pipeline_id

The ID of the pipeline.
@return [String]

@!attribute [rw] cancel_active

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.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/DeactivatePipelineInput AWS API Documentation

Constants

SENSITIVE