Class: Aws::SageMaker::Types::AppLifecycleManagement
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AppLifecycleManagement
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #idle_settings  ⇒ Types::IdleSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Settings related to idle shutdown of Studio applications.
 
Instance Attribute Details
#idle_settings ⇒ Types::IdleSettings
Settings related to idle shutdown of Studio applications.
      1429 1430 1431 1432 1433  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1429 class AppLifecycleManagement < Struct.new( :idle_settings) SENSITIVE = [] include Aws::Structure end  |