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
- Struct
- Aws::ElasticsearchService::Types::DescribeElasticsearchInstanceTypeLimitsResponse
- Defined in:
- (unknown)
Overview
Container for the parameters received from DescribeElasticsearchInstanceTypeLimits
operation.
Returned by:
Instance Attribute Summary collapse
-
#limits_by_role ⇒ Hash<String,Types::Limits>
Map of Role of the Instance and Limits that are applicable.
Instance Attribute Details
#limits_by_role ⇒ Hash<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