Class: Aws::OpenSearchService::Types::InstanceLimits

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Instance-related attributes that are available for a given instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count_limitsTypes::InstanceCountLimits

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



3855
3856
3857
3858
3859
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3855

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