Class: Aws::Types::Stats
- Inherits:
-
Object
- Object
- Aws::Types::Stats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_processed ⇒ ::Integer
Returns the value of attribute bytes_processed.
-
#bytes_returned ⇒ ::Integer
Returns the value of attribute bytes_returned.
-
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
Instance Attribute Details
#bytes_processed ⇒ ::Integer
Returns the value of attribute bytes_processed.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def bytes_processed @bytes_processed end |
#bytes_returned ⇒ ::Integer
Returns the value of attribute bytes_returned.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def bytes_returned @bytes_returned end |
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def bytes_scanned @bytes_scanned end |