Class: Aws::SageMaker::Types::EbsStorageSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EbsStorageSettings
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A collection of EBS storage settings that apply to both private and shared spaces.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ebs_volume_size_in_gb  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of an EBS storage volume for a space.
 
Instance Attribute Details
#ebs_volume_size_in_gb ⇒ Integer
The size of an EBS storage volume for a space.
      20245 20246 20247 20248 20249  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20245 class EbsStorageSettings < Struct.new( :ebs_volume_size_in_gb) SENSITIVE = [] include Aws::Structure end  |