Class: Aws::SageMaker::Types::DeleteMlflowAppResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the deleted MLflow App.

Returns:

  • (String)


14781
14782
14783
14784
14785
# File 'lib/aws-sdk-sagemaker/types.rb', line 14781

class DeleteMlflowAppResponse < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end