Class: Aws::SageMaker::Types::StartNotebookInstanceInput

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_nameString

The name of the notebook instance to start.

Returns:

  • (String)


36801
36802
36803
36804
36805
# File 'lib/aws-sdk-sagemaker/types.rb', line 36801

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