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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


16548
16549
16550
16551
16552
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16548

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