Class: Aws::OpenSearchService::Types::InstanceLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InstanceLimits
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
InstanceLimits represents the list of instance-related attributes that are available for a given InstanceType.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count_limits ⇒ Types::InstanceCountLimits
InstanceCountLimits represents the limits on the number of instances that can be created in Amazon OpenSearch Service for a given InstanceType.
Instance Attribute Details
#instance_count_limits ⇒ Types::InstanceCountLimits
InstanceCountLimits represents the limits on the number of instances that can be created in Amazon OpenSearch Service for a given InstanceType.
3210 3211 3212 3213 3214 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3210 class InstanceLimits < Struct.new( :instance_count_limits) SENSITIVE = [] include Aws::Structure end |