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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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.



3737
3738
3739
3740
3741
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3737

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