Class: Aws::SageMaker::Types::UpdatePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdatePipelineResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the updated pipeline.
Instance Attribute Details
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the updated pipeline.
49290 49291 49292 49293 49294 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 49290 class UpdatePipelineResponse < Struct.new( :pipeline_arn) SENSITIVE = [] include Aws::Structure end |