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

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_nameString

The name of the notebook instance to start.

Returns:

  • (String)


39313
39314
39315
39316
39317
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39313

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