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.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def bytes_processed @bytes_processed end |
#bytes_returned ⇒ ::Integer
Returns the value of attribute bytes_returned.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def bytes_returned @bytes_returned end |
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def bytes_scanned @bytes_scanned end |