Class: Aws::Types::ExecutionStats
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_metered ⇒ ::Integer
Returns the value of attribute bytes_metered.
-
#cumulative_bytes_scanned ⇒ ::Integer
Returns the value of attribute cumulative_bytes_scanned.
-
#data_writes ⇒ ::Integer
Returns the value of attribute data_writes.
-
#execution_time_in_millis ⇒ ::Integer
Returns the value of attribute execution_time_in_millis.
-
#query_result_rows ⇒ ::Integer
Returns the value of attribute query_result_rows.
-
#records_ingested ⇒ ::Integer
Returns the value of attribute records_ingested.
Instance Attribute Details
#bytes_metered ⇒ ::Integer
Returns the value of attribute bytes_metered.
137 138 139 |
# File 'sig/types.rbs', line 137 def bytes_metered @bytes_metered end |
#cumulative_bytes_scanned ⇒ ::Integer
Returns the value of attribute cumulative_bytes_scanned.
138 139 140 |
# File 'sig/types.rbs', line 138 def cumulative_bytes_scanned @cumulative_bytes_scanned end |
#data_writes ⇒ ::Integer
Returns the value of attribute data_writes.
136 137 138 |
# File 'sig/types.rbs', line 136 def data_writes @data_writes end |
#execution_time_in_millis ⇒ ::Integer
Returns the value of attribute execution_time_in_millis.
135 136 137 |
# File 'sig/types.rbs', line 135 def execution_time_in_millis @execution_time_in_millis end |
#query_result_rows ⇒ ::Integer
Returns the value of attribute query_result_rows.
140 141 142 |
# File 'sig/types.rbs', line 140 def query_result_rows @query_result_rows end |
#records_ingested ⇒ ::Integer
Returns the value of attribute records_ingested.
139 140 141 |
# File 'sig/types.rbs', line 139 def records_ingested @records_ingested end |