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

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

#urlString

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

Returns:

  • (String)


9491
9492
9493
9494
9495
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9491

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