Class: Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlOutput

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

A JSON object that contains the URL string.

Returns:

  • (String)


7764
7765
7766
7767
7768
# File 'lib/aws-sdk-sagemaker/types.rb', line 7764

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