Class: Aws::Types::JobMetrics
- Inherits:
-
Object
- Object
- Aws::Types::JobMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_records_processed ⇒ ::Integer
Returns the value of attribute delete_records_processed.
-
#input_records ⇒ ::Integer
Returns the value of attribute input_records.
-
#match_i_ds ⇒ ::Integer
Returns the value of attribute match_i_ds.
-
#records_not_processed ⇒ ::Integer
Returns the value of attribute records_not_processed.
-
#total_records_processed ⇒ ::Integer
Returns the value of attribute total_records_processed.
Instance Attribute Details
#delete_records_processed ⇒ ::Integer
Returns the value of attribute delete_records_processed.
525 526 527 |
# File 'sig/types.rbs', line 525 def delete_records_processed @delete_records_processed end |
#input_records ⇒ ::Integer
Returns the value of attribute input_records.
522 523 524 |
# File 'sig/types.rbs', line 522 def input_records @input_records end |
#match_i_ds ⇒ ::Integer
Returns the value of attribute match_i_ds.
526 527 528 |
# File 'sig/types.rbs', line 526 def match_i_ds @match_i_ds end |
#records_not_processed ⇒ ::Integer
Returns the value of attribute records_not_processed.
524 525 526 |
# File 'sig/types.rbs', line 524 def records_not_processed @records_not_processed end |
#total_records_processed ⇒ ::Integer
Returns the value of attribute total_records_processed.
523 524 525 |
# File 'sig/types.rbs', line 523 def total_records_processed @total_records_processed end |