Class: Aws::SageMaker::Types::StartNotebookInstanceInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::StartNotebookInstanceInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #notebook_instance_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the notebook instance to start.
 
Instance Attribute Details
#notebook_instance_name ⇒ String
The name of the notebook instance to start.
      43471 43472 43473 43474 43475  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43471 class StartNotebookInstanceInput < Struct.new( :notebook_instance_name) SENSITIVE = [] include Aws::Structure end  |