Class: Aws::SageMaker::Types::SpaceStorageSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::SpaceStorageSettings
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The storage settings for a space.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ebs_storage_settings  ⇒ Types::EbsStorageSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of EBS storage settings for a space.
 
Instance Attribute Details
#ebs_storage_settings ⇒ Types::EbsStorageSettings
A collection of EBS storage settings for a space.
      43626 43627 43628 43629 43630  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43626 class SpaceStorageSettings < Struct.new( :ebs_storage_settings) SENSITIVE = [] include Aws::Structure end  |