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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for the parameters received from DescribeElasticsearchInstanceTypeLimits operation.

Constant Summary collapse

SENSITIVE =
[]

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:



1478
1479
1480
1481
1482
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1478

class DescribeElasticsearchInstanceTypeLimitsResponse < Struct.new(
  :limits_by_role)
  SENSITIVE = []
  include Aws::Structure
end