Class: Aws::SageMaker::Types::UpdateMlflowAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateMlflowAppResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the updated MLflow App.
Instance Attribute Details
#arn ⇒ String
The ARN of the updated MLflow App.
53235 53236 53237 53238 53239 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 53235 class UpdateMlflowAppResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |