Class: Aws::SageMaker::Types::CreatePartnerAppPresignedUrlResponse

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

#urlString

The presigned URL that you can use to access the SageMaker Partner AI App.

Returns:

  • (String)


13158
13159
13160
13161
13162
# File 'lib/aws-sdk-sagemaker/types.rb', line 13158

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