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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Provides information about text documents indexed in an index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexed_text_bytesInteger

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

Returns:

  • (Integer)


10382
10383
10384
10385
10386
10387
# File 'lib/aws-sdk-kendra/types.rb', line 10382

class TextDocumentStatistics < Struct.new(
  :indexed_text_documents_count,
  :indexed_text_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#indexed_text_documents_countInteger

The number of text documents indexed.

Returns:

  • (Integer)


10382
10383
10384
10385
10386
10387
# File 'lib/aws-sdk-kendra/types.rb', line 10382

class TextDocumentStatistics < Struct.new(
  :indexed_text_documents_count,
  :indexed_text_bytes)
  SENSITIVE = []
  include Aws::Structure
end