Class: Aws::SageMaker::Types::CreatePresignedMlflowTrackingServerUrlResponse

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

#authorized_urlString

A presigned URL with an authorization token.

Returns:

  • (String)


9767
9768
9769
9770
9771
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9767

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