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

Class: Aws::ElasticsearchService::Types::InstanceCountLimits

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

Overview

InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_instance_countInteger

Maximum number of Instances that can be instantiated for given InstanceType.

Returns:

  • (Integer)

    Maximum number of Instances that can be instantiated for given InstanceType.

#minimum_instance_countInteger

Minimum number of Instances that can be instantiated for given InstanceType.

Returns:

  • (Integer)

    Minimum number of Instances that can be instantiated for given InstanceType.