Class: Aws::SageMaker::Types::SpaceStorageSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceStorageSettings
- Includes:
- Aws::Structure
- Defined in:
- 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.
41401 41402 41403 41404 41405 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41401 class SpaceStorageSettings < Struct.new( :ebs_storage_settings) SENSITIVE = [] include Aws::Structure end |