Class: Aws::Types::TextDocumentStatistics
- Inherits:
-
Object
- Object
- Aws::Types::TextDocumentStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#indexed_text_bytes ⇒ ::Integer
Returns the value of attribute indexed_text_bytes.
-
#indexed_text_documents_count ⇒ ::Integer
Returns the value of attribute indexed_text_documents_count.
Instance Attribute Details
#indexed_text_bytes ⇒ ::Integer
Returns the value of attribute indexed_text_bytes.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def indexed_text_bytes @indexed_text_bytes end |
#indexed_text_documents_count ⇒ ::Integer
Returns the value of attribute indexed_text_documents_count.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def indexed_text_documents_count @indexed_text_documents_count end |