Class: Aws::SageMaker::Types::CreateNotebookInstanceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_instance_arnString

The Amazon Resource Name (ARN) of the notebook instance.

Returns:

  • (String)


8864
8865
8866
8867
8868
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8864

class CreateNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end