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 for 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 for an index.

Returns:

  • (Integer)


5257
5258
5259
5260
5261
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5257

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