Class: Aws::SageMaker::Types::ResourceConfigForUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ResourceConfigForUpdate
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The ‘ResourceConfig` to update `KeepAlivePeriodInSeconds`. Other fields in the `ResourceConfig` cannot be updated.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #keep_alive_period_in_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘KeepAlivePeriodInSeconds` value specified in the `ResourceConfig` to update.
 
Instance Attribute Details
#keep_alive_period_in_seconds ⇒ Integer
The ‘KeepAlivePeriodInSeconds` value specified in the `ResourceConfig` to update.
      41416 41417 41418 41419 41420  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41416 class ResourceConfigForUpdate < Struct.new( :keep_alive_period_in_seconds) SENSITIVE = [] include Aws::Structure end  |