Class: Aws::SageMaker::Types::DefaultEbsStorageSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DefaultEbsStorageSettings
- Defined in:
- gems/aws-sdk-sagemaker/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.
11036 11037 11038 11039 11040 11041 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11036 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.
11036 11037 11038 11039 11040 11041 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11036 class DefaultEbsStorageSettings < Struct.new( :default_ebs_volume_size_in_gb, :maximum_ebs_volume_size_in_gb) SENSITIVE = [] include Aws::Structure end |