Class: Aws::SageMaker::Types::AppLifecycleManagement

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idle_settingsTypes::IdleSettings

Settings related to idle shutdown of Studio applications.

Returns:



1407
1408
1409
1410
1411
# File 'lib/aws-sdk-sagemaker/types.rb', line 1407

class AppLifecycleManagement < Struct.new(
  :idle_settings)
  SENSITIVE = []
  include Aws::Structure
end