Class: Aws::ElasticsearchService::Types::AdditionalLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AdditionalLimit
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
List of limits that are specific to a given InstanceType and for each
of it's InstanceRole
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_name ⇒ String
Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole
etc. -
#limit_values ⇒ Array<String>
Value for given
AdditionalLimit$LimitName
.
Instance Attribute Details
#limit_name ⇒ String
Name of Additional Limit is specific to a given InstanceType and for
each of it's InstanceRole
etc.
Attributes and their details:
* MaximumNumberOfDataNodesSupported
ESPartitionInstanceType
*
MaximumNumberOfDataNodesWithoutMasterNode
ESPartitionInstanceType
105 106 107 108 109 110 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 105 class AdditionalLimit < Struct.new( :limit_name, :limit_values) SENSITIVE = [] include Aws::Structure end |
#limit_values ⇒ Array<String>
Value for given AdditionalLimit$LimitName
.
105 106 107 108 109 110 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 105 class AdditionalLimit < Struct.new( :limit_name, :limit_values) SENSITIVE = [] include Aws::Structure end |