Class: Aws::SageMaker::Types::DeleteMlflowAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteMlflowAppRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the MLflow App to delete.
Instance Attribute Details
#arn ⇒ String
The ARN of the MLflow App to delete.
14755 14756 14757 14758 14759 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14755 class DeleteMlflowAppRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |