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.
9268 9269 9270 9271 9272 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9268 class CreatePresignedNotebookInstanceUrlOutput < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end |