Class: Aws::Types::ExecutionStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average_execution_time_millis ⇒ ::Integer
Returns the value of attribute average_execution_time_millis.
-
#data_scanned_bytes ⇒ ::Integer
Returns the value of attribute data_scanned_bytes.
-
#work_units_executed_count ⇒ ::Integer
Returns the value of attribute work_units_executed_count.
Instance Attribute Details
#average_execution_time_millis ⇒ ::Integer
Returns the value of attribute average_execution_time_millis.
383 384 385 |
# File 'sig/types.rbs', line 383 def average_execution_time_millis @average_execution_time_millis end |
#data_scanned_bytes ⇒ ::Integer
Returns the value of attribute data_scanned_bytes.
384 385 386 |
# File 'sig/types.rbs', line 384 def data_scanned_bytes @data_scanned_bytes end |
#work_units_executed_count ⇒ ::Integer
Returns the value of attribute work_units_executed_count.
385 386 387 |
# File 'sig/types.rbs', line 385 def work_units_executed_count @work_units_executed_count end |