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

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

A JSON object that contains the URL string.

Returns:

  • (String)


8474
8475
8476
8477
8478
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8474

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