class Aws::ElasticsearchService::Types::StorageType

StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.

@!attribute [rw] storage_type_name

Type of the storage. List of available storage options: 1.  instance
2.  ebs
@return [String]

@!attribute [rw] storage_sub_type_name

SubType of the given storage type. List of available sub-storage
options: For "instance" storageType we wont have any
storageSubType, in case of "ebs" storageType we will have
following valid storageSubTypes 1.  standard
2.  gp2
3.  io1

 Refer `VolumeType` for more information regarding above EBS storage
options.
@return [String]

@!attribute [rw] storage_type_limits

List of limits that are applicable for given storage type.
@return [Array<Types::StorageTypeLimit>]

Constants

SENSITIVE