Class: Aws::SageMaker::Types::CreatePresignedDomainUrlResponse

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

The presigned URL.

Returns:

  • (String)


8812
8813
8814
8815
8816
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8812

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