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

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

The presigned URL.

Returns:

  • (String)


9243
9244
9245
9246
9247
# File 'lib/aws-sdk-sagemaker/types.rb', line 9243

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