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.
7299 7300 7301 7302 7303 7304 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7299 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.
7299 7300 7301 7302 7303 7304 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7299 class TextDocumentStatistics < Struct.new( :indexed_text_bytes, :indexed_text_document_count) SENSITIVE = [] include Aws::Structure end |