class Aws::SageMaker::Types::DeletePipelineRequest

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

data as a hash:

    {
      pipeline_name: "PipelineName", # required
      client_request_token: "IdempotencyToken", # required
    }

@!attribute [rw] pipeline_name

The name of the pipeline to delete.
@return [String]

@!attribute [rw] client_request_token

A unique, case-sensitive identifier that you provide to ensure the
idempotency of the operation. An idempotent operation completes no
more than one time.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeletePipelineRequest AWS API Documentation

Constants

SENSITIVE