Class: Aws::ElasticsearchService::Types::InstanceLimits

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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 Attribute Details

#instance_count_limitsTypes::InstanceCountLimits

InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.



2794
2795
2796
2797
2798
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2794

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