Class: Aws::Types::RecordsIngested
- Inherits:
-
Object
- Object
- Aws::Types::RecordsIngested
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#magnetic_store ⇒ ::Integer
Returns the value of attribute magnetic_store.
-
#memory_store ⇒ ::Integer
Returns the value of attribute memory_store.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#magnetic_store ⇒ ::Integer
Returns the value of attribute magnetic_store.
345 346 347 |
# File 'sig/types.rbs', line 345 def magnetic_store @magnetic_store end |
#memory_store ⇒ ::Integer
Returns the value of attribute memory_store.
344 345 346 |
# File 'sig/types.rbs', line 344 def memory_store @memory_store end |
#total ⇒ ::Integer
Returns the value of attribute total.
343 344 345 |
# File 'sig/types.rbs', line 343 def total @total end |