Class: Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#authorized_url ⇒ String
A JSON object that contains the URL string.
Instance Attribute Details
#authorized_url ⇒ String
A JSON object that contains the URL string.
4203 4204 4205 4206 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4203 class CreatePresignedNotebookInstanceUrlOutput < Struct.new( :authorized_url) include Aws::Structure end |