You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::TextDocumentStatistics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about text documents indexed in an index.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#indexed_text_bytesInteger

The total size, in bytes, of the indexed documents.

Returns:

  • (Integer)

    The total size, in bytes, of the indexed documents.

#indexed_text_documents_countInteger

The number of text documents indexed.

Returns:

  • (Integer)

    The number of text documents indexed.