Class: Aws::Types::IndexStatistics
- Inherits:
-
Object
- Object
- Aws::Types::IndexStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#faq_statistics ⇒ Types::FaqStatistics
Returns the value of attribute faq_statistics.
-
#text_document_statistics ⇒ Types::TextDocumentStatistics
Returns the value of attribute text_document_statistics.
Instance Attribute Details
#faq_statistics ⇒ Types::FaqStatistics
Returns the value of attribute faq_statistics.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def faq_statistics @faq_statistics end |
#text_document_statistics ⇒ Types::TextDocumentStatistics
Returns the value of attribute text_document_statistics.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def text_document_statistics @text_document_statistics end |