Class: Aws::SageMaker::Types::DescribePipelineRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribePipelineRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pipeline_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or Amazon Resource Name (ARN) of the pipeline to describe.
 
Instance Attribute Details
#pipeline_name ⇒ String
The name or Amazon Resource Name (ARN) of the pipeline to describe.
      18094 18095 18096 18097 18098  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18094 class DescribePipelineRequest < Struct.new( :pipeline_name) SENSITIVE = [] include Aws::Structure end  |