Class: Aws::ElasticsearchService::Types::DescribeElasticsearchInstanceTypeLimitsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeElasticsearchInstanceTypeLimitsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for the parameters received from ‘ DescribeElasticsearchInstanceTypeLimits ` operation.
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
396 397 398 399 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 396 class DescribeElasticsearchInstanceTypeLimitsResponse < Struct.new( :limits_by_role) include Aws::Structure end |