Class: Aws::SageMaker::Types::SpaceSettingsSummary

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

Overview

Specifies summary information about the space settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_typeString

The type of app created within the space.

Returns:

  • (String)


39281
39282
39283
39284
39285
39286
# File 'lib/aws-sdk-sagemaker/types.rb', line 39281

class SpaceSettingsSummary < Struct.new(
  :app_type,
  :space_storage_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_storage_settingsTypes::SpaceStorageSettings

The storage settings for a space.



39281
39282
39283
39284
39285
39286
# File 'lib/aws-sdk-sagemaker/types.rb', line 39281

class SpaceSettingsSummary < Struct.new(
  :app_type,
  :space_storage_settings)
  SENSITIVE = []
  include Aws::Structure
end