Class: Aws::SageMaker::Types::DescribePipelineRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_nameString

The name or Amazon Resource Name (ARN) of the pipeline to describe.

Returns:

  • (String)


15852
15853
15854
15855
15856
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15852

class DescribePipelineRequest < Struct.new(
  :pipeline_name)
  SENSITIVE = []
  include Aws::Structure
end