Class: Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #notebook_instance_lifecycle_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the lifecycle configuration to describe.
 
Instance Attribute Details
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration to describe.
      17522 17523 17524 17525 17526  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17522 class DescribeNotebookInstanceLifecycleConfigInput < Struct.new( :notebook_instance_lifecycle_config_name) SENSITIVE = [] include Aws::Structure end  |