Class: Aws::QBusiness::Types::IndexStatistics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Provides information about the number of documents in an index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#text_document_statisticsTypes::TextDocumentStatistics

The number of documents indexed.



4713
4714
4715
4716
4717
# File 'lib/aws-sdk-qbusiness/types.rb', line 4713

class IndexStatistics < Struct.new(
  :text_document_statistics)
  SENSITIVE = []
  include Aws::Structure
end