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.
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.
729 730 731 732 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 729 class InstanceLimits < Struct.new( :instance_count_limits) include Aws::Structure end |