Class: Aws::SageMaker::Types::SpaceStorageSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ebs_storage_settingsTypes::EbsStorageSettings

A collection of EBS storage settings for a space.



39324
39325
39326
39327
39328
# File 'lib/aws-sdk-sagemaker/types.rb', line 39324

class SpaceStorageSettings < Struct.new(
  :ebs_storage_settings)
  SENSITIVE = []
  include Aws::Structure
end