Class: Aws::Kendra::Types::TextDocumentStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::TextDocumentStatistics
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Provides information about text documents indexed 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_documents_count ⇒ Integer
The number of text documents indexed.
Instance Attribute Details
#indexed_text_bytes ⇒ Integer
The total size, in bytes, of the indexed documents.
10319 10320 10321 10322 10323 10324 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10319 class TextDocumentStatistics < Struct.new( :indexed_text_documents_count, :indexed_text_bytes) SENSITIVE = [] include Aws::Structure end |
#indexed_text_documents_count ⇒ Integer
The number of text documents indexed.
10319 10320 10321 10322 10323 10324 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10319 class TextDocumentStatistics < Struct.new( :indexed_text_documents_count, :indexed_text_bytes) SENSITIVE = [] include Aws::Structure end |