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
Constant Summary collapse
- SENSITIVE =
[]
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.
9807 9808 9809 9810 9811 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9807 class CreatePresignedNotebookInstanceUrlOutput < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end |