Class: Aws::SageMaker::Types::DeleteMlflowTrackingServerResponse

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

#tracking_server_arnString

A ‘TrackingServerArn` object, the ARN of the tracking server that is deleted if successfully found.

Returns:

  • (String)


11634
11635
11636
11637
11638
# File 'lib/aws-sdk-sagemaker/types.rb', line 11634

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