Class: Aws::SageMaker::Types::SpaceSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceSettingsSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Specifies summary information about the space settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_type ⇒ String
The type of app created within the space.
-
#space_storage_settings ⇒ Types::SpaceStorageSettings
The storage settings for a space.
Instance Attribute Details
#app_type ⇒ String
The type of app created within the space.
41272 41273 41274 41275 41276 41277 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41272 class SpaceSettingsSummary < Struct.new( :app_type, :space_storage_settings) SENSITIVE = [] include Aws::Structure end |
#space_storage_settings ⇒ Types::SpaceStorageSettings
The storage settings for a space.
41272 41273 41274 41275 41276 41277 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41272 class SpaceSettingsSummary < Struct.new( :app_type, :space_storage_settings) SENSITIVE = [] include Aws::Structure end |