Class: Aws::SageMaker::Types::CreateNotebookInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateNotebookInstanceOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the notebook instance.
Instance Attribute Details
#notebook_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the notebook instance.
8933 8934 8935 8936 8937 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8933 class CreateNotebookInstanceOutput < Struct.new( :notebook_instance_arn) SENSITIVE = [] include Aws::Structure end |