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

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_count_limitsTypes::InstanceCountLimits

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



2672
2673
2674
2675
2676
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2672

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