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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



8294
8295
8296
8297
8298
# File 'lib/aws-sdk-sagemaker/types.rb', line 8294

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