Class: Aws::Types::ExportStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ExportStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exported_records_count ⇒ ::Integer
Returns the value of attribute exported_records_count.
-
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
Instance Attribute Details
#exported_records_count ⇒ ::Integer
Returns the value of attribute exported_records_count.
717 718 719 |
# File 'sig/types.rbs', line 717 def exported_records_count @exported_records_count end |
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
716 717 718 |
# File 'sig/types.rbs', line 716 def processed_records_count @processed_records_count end |