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.
10997 10998 10999 11000 11001 11002 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10997 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.
10997 10998 10999 11000 11001 11002 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10997 class DefaultEbsStorageSettings < Struct.new( :default_ebs_volume_size_in_gb, :maximum_ebs_volume_size_in_gb) SENSITIVE = [] include Aws::Structure end |