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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#indexed_text_bytesInteger

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

Returns:

  • (Integer)


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_countInteger

The number of text documents indexed.

Returns:

  • (Integer)


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