Class: Aws::SageMaker::Types::CreateNotebookInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateNotebookInstanceOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
9440 9441 9442 9443 9444 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9440 class CreateNotebookInstanceOutput < Struct.new( :notebook_instance_arn) SENSITIVE = [] include Aws::Structure end |