Class: Aws::QBusiness::Types::IndexStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::IndexStatistics
- 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
-
#text_document_statistics ⇒ Types::TextDocumentStatistics
The number of documents indexed.
Instance Attribute Details
#text_document_statistics ⇒ Types::TextDocumentStatistics
The number of documents indexed.
3950 3951 3952 3953 3954 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3950 class IndexStatistics < Struct.new( :text_document_statistics) SENSITIVE = [] include Aws::Structure end |