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

Class: Aws::ElasticsearchService::Types::DescribeElasticsearchInstanceTypeLimitsResponse

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

Overview

Container for the parameters received from DescribeElasticsearchInstanceTypeLimits operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#limits_by_roleHash<String,Types::Limits>

Map of Role of the Instance and Limits that are applicable. Role performed by given Instance in Elasticsearch can be one of the following:

  • data: If the given InstanceType is used as data node
  • master: If the given InstanceType is used as master node
  • ultra_warm: If the given InstanceType is used as warm node

Returns:

  • (Hash<String,Types::Limits>)

    Map of Role of the Instance and Limits that are applicable.