Class: Aws::Types::Progress
- Inherits:
-
Object
- Object
- Aws::Types::Progress
- 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.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def bytes_processed @bytes_processed end |
#bytes_returned ⇒ ::Integer
Returns the value of attribute bytes_returned.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def bytes_returned @bytes_returned end |
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def bytes_scanned @bytes_scanned end |