Class: Aws::OpenSearchServerless::Types::CurrentCapacity

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

Instance Attribute Details

#indexingTypes::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

#searchTypes::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