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.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def bytes_scanned @bytes_scanned end |
#execution_time_in_millis ⇒ ::Integer
Returns the value of attribute execution_time_in_millis.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def execution_time_in_millis @execution_time_in_millis end |
#row_count ⇒ ::Integer
Returns the value of attribute row_count.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def row_count @row_count end |