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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/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 'gems/aws-sdk-opensearchserverless/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 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1378

class CurrentCapacity < Struct.new(
  :search,
  :indexing)
  SENSITIVE = []
  include Aws::Structure
end