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.
      11655 11656 11657 11658 11659  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11655 class DefaultSpaceStorageSettings < Struct.new( :default_ebs_storage_settings) SENSITIVE = [] include Aws::Structure end  |