Class: Aws::ElasticsearchService::Types::InstanceLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::InstanceLimits
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count_limits ⇒ Types::InstanceCountLimits
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
Instance Attribute Details
#instance_count_limits ⇒ Types::InstanceCountLimits
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2669 class InstanceLimits < Struct.new( :instance_count_limits) SENSITIVE = [] include Aws::Structure end |