Class: Aws::SageMaker::Types::DescribePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePipelineRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_name ⇒ String
The name of the pipeline to describe.
Instance Attribute Details
#pipeline_name ⇒ String
The name of the pipeline to describe.
13749 13750 13751 13752 13753 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13749 class DescribePipelineRequest < Struct.new( :pipeline_name) SENSITIVE = [] include Aws::Structure end |