Method: Aws::OpenSearchService::Types::InstanceLimits#instance_count_limits

Defined in:
lib/aws-sdk-opensearchservice/types.rb

#instance_count_limitsTypes::InstanceCountLimits

Limits on the number of instances that can be created for a given instance type.



5008
5009
5010
5011
5012
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5008

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