Class: Aws::QBusiness::Types::TextDocumentStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::TextDocumentStatistics
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Provides information about text documents in an index.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#indexed_text_bytes ⇒ Integer
The total size, in bytes, of the indexed documents.
-
#indexed_text_document_count ⇒ Integer
The number of text documents indexed.
Instance Attribute Details
#indexed_text_bytes ⇒ Integer
The total size, in bytes, of the indexed documents.
5769 5770 5771 5772 5773 5774 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5769 class TextDocumentStatistics < Struct.new( :indexed_text_bytes, :indexed_text_document_count) SENSITIVE = [] include Aws::Structure end |
#indexed_text_document_count ⇒ Integer
The number of text documents indexed.
5769 5770 5771 5772 5773 5774 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5769 class TextDocumentStatistics < Struct.new( :indexed_text_bytes, :indexed_text_document_count) SENSITIVE = [] include Aws::Structure end |