Class: Aws::SageMaker::Types::DeleteMlflowAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteMlflowAppResponse
- 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 deleted MLflow App.
Instance Attribute Details
#arn ⇒ String
The ARN of the deleted MLflow App.
16626 16627 16628 16629 16630 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16626 class DeleteMlflowAppResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |