You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::StorageTypeLimit

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Limits that are applicable for given storage type.

Instance Attribute Summary collapse

Instance Attribute Details

#limit_nameString

Name of storage limits that are applicable for given storage type. If StorageType is ebs, following storage options are applicable 1. MinimumVolumeSize 2. MaximumVolumeSize 3. MaximumIops 4. MinimumIops

Returns:

  • (String)

    Name of storage limits that are applicable for given storage type.

#limit_valuesArray<String>

Values for the StorageTypeLimit$LimitName .

Returns:

  • (Array<String>)

    Values for the StorageTypeLimit$LimitName .