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.
Constant Summary collapse
- SENSITIVE =
[]
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
1374 1375 1376 1377 1378 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1374 class DescribeElasticsearchInstanceTypeLimitsResponse < Struct.new( :limits_by_role) SENSITIVE = [] include Aws::Structure end |