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.
-
#execution_time_in_millis ⇒ ::Integer
Returns the value of attribute execution_time_in_millis.
-
#row_count ⇒ ::Integer
Returns the value of attribute row_count.
Instance Attribute Details
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def bytes_scanned @bytes_scanned end |
#execution_time_in_millis ⇒ ::Integer
Returns the value of attribute execution_time_in_millis.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def execution_time_in_millis @execution_time_in_millis end |
#row_count ⇒ ::Integer
Returns the value of attribute row_count.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def row_count @row_count end |