Class: Aws::Kendra::Types::FaqStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::FaqStatistics
- Includes:
- Structure
- Defined in:
- 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
-
#indexed_question_answers_count ⇒ Integer
The total number of FAQ questions and answers contained in the index.
Instance Attribute Details
#indexed_question_answers_count ⇒ Integer
The total number of FAQ questions and answers contained in the index.
5224 5225 5226 5227 5228 |
# File 'lib/aws-sdk-kendra/types.rb', line 5224 class FaqStatistics < Struct.new( :indexed_question_answers_count) SENSITIVE = [] include Aws::Structure end |