Class: Aws::SageMaker::Types::DeletePipelineRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeletePipelineRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
 - 
  
    
      #pipeline_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the pipeline to delete.
 
Instance Attribute Details
#client_request_token ⇒ String
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.
      12446 12447 12448 12449 12450 12451  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12446 class DeletePipelineRequest < Struct.new( :pipeline_name, :client_request_token) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_name ⇒ String
The name of the pipeline to delete.
      12446 12447 12448 12449 12450 12451  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12446 class DeletePipelineRequest < Struct.new( :pipeline_name, :client_request_token) SENSITIVE = [] include Aws::Structure end  |