Class: Aws::SageMaker::Types::CreatePresignedMlflowAppUrlResponse

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

#authorized_urlString

A presigned URL with an authorization token.

Returns:

  • (String)


11896
11897
11898
11899
11900
# File 'lib/aws-sdk-sagemaker/types.rb', line 11896

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