Class: Aws::SageMaker::Types::DeleteNotebookInstanceLifecycleConfigInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DeleteNotebookInstanceLifecycleConfigInput
 
- Defined in:
- gems/aws-sdk-sagemaker/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 delete. 
Instance Attribute Details
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration to delete.
| 13834 13835 13836 13837 13838 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13834 class DeleteNotebookInstanceLifecycleConfigInput < Struct.new( :notebook_instance_lifecycle_config_name) SENSITIVE = [] include Aws::Structure end |