Class: Aws::SageMaker::Types::DefaultEbsStorageSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DefaultEbsStorageSettings
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #default_ebs_volume_size_in_gb  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default size of the EBS storage volume for a space.
 - 
  
    
      #maximum_ebs_volume_size_in_gb  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum size of the EBS storage volume for a space.
 
Instance Attribute Details
#default_ebs_volume_size_in_gb ⇒ Integer
The default size of the EBS storage volume for a space.
      11624 11625 11626 11627 11628 11629  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11624 class DefaultEbsStorageSettings < Struct.new( :default_ebs_volume_size_in_gb, :maximum_ebs_volume_size_in_gb) SENSITIVE = [] include Aws::Structure end  | 
  
#maximum_ebs_volume_size_in_gb ⇒ Integer
The maximum size of the EBS storage volume for a space.
      11624 11625 11626 11627 11628 11629  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11624 class DefaultEbsStorageSettings < Struct.new( :default_ebs_volume_size_in_gb, :maximum_ebs_volume_size_in_gb) SENSITIVE = [] include Aws::Structure end  |