Class: Aws::QBusiness::Types::IndexStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::IndexStatistics
- 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
-
#text_document_statistics ⇒ Types::TextDocumentStatistics
The number of documents indexed.
Instance Attribute Details
#text_document_statistics ⇒ Types::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 |