Class: Aws::SageMaker::Types::SpaceStorageSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceStorageSettings
- Defined in:
- gems/aws-sdk-sagemaker/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.
41429 41430 41431 41432 41433 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41429 class SpaceStorageSettings < Struct.new( :ebs_storage_settings) SENSITIVE = [] include Aws::Structure end |