Class: Aws::SageMaker::Types::SpaceIdleSettings

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Settings related to idle shutdown of Studio applications in a space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idle_timeout_in_minutesInteger

The time that SageMaker waits after the application becomes idle before shutting it down.

Returns:

  • (Integer)


41295
41296
41297
41298
41299
# File 'lib/aws-sdk-sagemaker/types.rb', line 41295

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