Class: Aws::OpenSearchServerless::Types::AccountSettingsDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::AccountSettingsDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
OpenSearch Serverless-related information for the current account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_limits ⇒ Types::CapacityLimits
The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs).
Instance Attribute Details
#capacity_limits ⇒ Types::CapacityLimits
The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see [Managing capacity limits for Amazon OpenSearch Serverless].
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-scaling.html
127 128 129 130 131 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 127 class AccountSettingsDetail < Struct.new( :capacity_limits) SENSITIVE = [] include Aws::Structure end |