Class: Aws::Kendra::Types::FaqStatistics

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

Overview

Provides statistical information about the FAQ questions and answers contained in an index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexed_question_answers_countInteger

The total number of FAQ questions and answers contained in the index.

Returns:

  • (Integer)


5224
5225
5226
5227
5228
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5224

class FaqStatistics < Struct.new(
  :indexed_question_answers_count)
  SENSITIVE = []
  include Aws::Structure
end