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.
14474 14475 14476 14477 14478 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14474 class DeleteMlflowAppResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |