Class: Aws::OpenSearchService::Types::AdditionalLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AdditionalLimit
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
List of limits that are specific to a given instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_name ⇒ String
-
‘MaximumNumberOfDataNodesSupported` - This attribute only applies to master nodes and specifies the maximum number of data nodes of a given instance type a master node can support.
-
-
#limit_values ⇒ Array<String>
The values of the additional instance type limits.
Instance Attribute Details
#limit_name ⇒ String
-
‘MaximumNumberOfDataNodesSupported` - This attribute only applies to master nodes and specifies the maximum number of data nodes of a given instance type a master node can support.
-
‘MaximumNumberOfDataNodesWithoutMasterNode` - This attribute only applies to data nodes and specifies the maximum number of data nodes of a given instance type can exist without a master node governing them.
233 234 235 236 237 238 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 233 class AdditionalLimit < Struct.new( :limit_name, :limit_values) SENSITIVE = [] include Aws::Structure end |
#limit_values ⇒ Array<String>
The values of the additional instance type limits.
233 234 235 236 237 238 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 233 class AdditionalLimit < Struct.new( :limit_name, :limit_values) SENSITIVE = [] include Aws::Structure end |