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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


18020
18021
18022
18023
18024
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18020

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