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)


43743
43744
43745
43746
43747
# File 'lib/aws-sdk-sagemaker/types.rb', line 43743

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