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)


8487
8488
8489
8490
8491
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8487

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