Class: Aws::Types::QueryStatistics
- Inherits:
-
Object
- Object
- Aws::Types::QueryStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
-
#results_count ⇒ ::Integer
Returns the value of attribute results_count.
-
#total_results_count ⇒ ::Integer
Returns the value of attribute total_results_count.
Instance Attribute Details
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def bytes_scanned @bytes_scanned end |
#results_count ⇒ ::Integer
Returns the value of attribute results_count.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def results_count @results_count end |
#total_results_count ⇒ ::Integer
Returns the value of attribute total_results_count.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def total_results_count @total_results_count end |