Class: Aws::SageMaker::Types::EbsStorageSettings

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

A collection of EBS storage settings that apply to both private and shared spaces.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_volume_size_in_gbInteger

The size of an EBS storage volume for a space.

Returns:

  • (Integer)


19153
19154
19155
19156
19157
# File 'lib/aws-sdk-sagemaker/types.rb', line 19153

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