Class: Aws::SageMaker::Types::DefaultSpaceStorageSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DefaultSpaceStorageSettings
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The default storage settings for a space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_ebs_storage_settings ⇒ Types::DefaultEbsStorageSettings
The default EBS storage settings for a space.
Instance Attribute Details
#default_ebs_storage_settings ⇒ Types::DefaultEbsStorageSettings
The default EBS storage settings for a space.
11069 11070 11071 11072 11073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11069 class DefaultSpaceStorageSettings < Struct.new( :default_ebs_storage_settings) SENSITIVE = [] include Aws::Structure end |