Class: Aws::SageMaker::Types::SpaceAppLifecycleManagement
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceAppLifecycleManagement
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications in a space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#idle_settings ⇒ Types::SpaceIdleSettings
Settings related to idle shutdown of Studio applications.
Instance Attribute Details
#idle_settings ⇒ Types::SpaceIdleSettings
Settings related to idle shutdown of Studio applications.
43375 43376 43377 43378 43379 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43375 class SpaceAppLifecycleManagement < Struct.new( :idle_settings) SENSITIVE = [] include Aws::Structure end |