Class: Aws::SageMaker::Types::DescribeNotebookInstanceInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeNotebookInstanceInput
 
 
- 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 that you want information about.
 
Instance Attribute Details
#notebook_instance_name ⇒ String
The name of the notebook instance that you want information about.
      17455 17456 17457 17458 17459  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17455 class DescribeNotebookInstanceInput < Struct.new( :notebook_instance_name) SENSITIVE = [] include Aws::Structure end  |