Class: Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
9199 9200 9201 9202 9203 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9199 class CreatePresignedNotebookInstanceUrlOutput < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end |