Class: Aws::OpenSearchServerless::Types::CurrentCapacity
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CurrentCapacity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Current search and indexing capacity for an OpenSearch Serverless collection group. Measured in OpenSearch Compute Units (OCUs).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#indexing ⇒ Types::CapacityDetails
The indexing capacity for the collection group.
-
#search ⇒ Types::CapacityDetails
The search capacity for the collection group.
Instance Attribute Details
#indexing ⇒ Types::CapacityDetails
The indexing capacity for the collection group.
1378 1379 1380 1381 1382 1383 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1378 class CurrentCapacity < Struct.new( :search, :indexing) SENSITIVE = [] include Aws::Structure end |
#search ⇒ Types::CapacityDetails
The search capacity for the collection group.
1378 1379 1380 1381 1382 1383 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1378 class CurrentCapacity < Struct.new( :search, :indexing) SENSITIVE = [] include Aws::Structure end |