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

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

Instance Attribute Details

#ebs_storage_settingsTypes::EbsStorageSettings

A collection of EBS storage settings for a space.



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

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