Class: Aws::SageMaker::Types::SpaceAppLifecycleManagement

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

Instance Attribute Details

#idle_settingsTypes::SpaceIdleSettings

Settings related to idle shutdown of Studio applications.



41055
41056
41057
41058
41059
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41055

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