Class: Aws::Types::QueryRuntimeStatisticsRows
- Inherits:
-
Object
- Object
- Aws::Types::QueryRuntimeStatisticsRows
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_bytes ⇒ ::Integer
Returns the value of attribute input_bytes.
-
#input_rows ⇒ ::Integer
Returns the value of attribute input_rows.
-
#output_bytes ⇒ ::Integer
Returns the value of attribute output_bytes.
-
#output_rows ⇒ ::Integer
Returns the value of attribute output_rows.
Instance Attribute Details
#input_bytes ⇒ ::Integer
Returns the value of attribute input_bytes.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def input_bytes @input_bytes end |
#input_rows ⇒ ::Integer
Returns the value of attribute input_rows.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def input_rows @input_rows end |
#output_bytes ⇒ ::Integer
Returns the value of attribute output_bytes.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def output_bytes @output_bytes end |
#output_rows ⇒ ::Integer
Returns the value of attribute output_rows.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def output_rows @output_rows end |