Class: Aws::Types::IdMappingJobMetrics
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingJobMetrics
- 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.
-
#mapped_records_removed ⇒ ::Integer
Returns the value of attribute mapped_records_removed.
-
#mapped_source_records_removed ⇒ ::Integer
Returns the value of attribute mapped_source_records_removed.
-
#mapped_target_records_removed ⇒ ::Integer
Returns the value of attribute mapped_target_records_removed.
-
#new_mapped_records ⇒ ::Integer
Returns the value of attribute new_mapped_records.
-
#new_mapped_source_records ⇒ ::Integer
Returns the value of attribute new_mapped_source_records.
-
#new_mapped_target_records ⇒ ::Integer
Returns the value of attribute new_mapped_target_records.
-
#new_unique_records_loaded ⇒ ::Integer
Returns the value of attribute new_unique_records_loaded.
-
#records_not_processed ⇒ ::Integer
Returns the value of attribute records_not_processed.
-
#total_mapped_records ⇒ ::Integer
Returns the value of attribute total_mapped_records.
-
#total_mapped_source_records ⇒ ::Integer
Returns the value of attribute total_mapped_source_records.
-
#total_mapped_target_records ⇒ ::Integer
Returns the value of attribute total_mapped_target_records.
-
#total_records_processed ⇒ ::Integer
Returns the value of attribute total_records_processed.
-
#unique_records_loaded ⇒ ::Integer
Returns the value of attribute unique_records_loaded.
Instance Attribute Details
#delete_records_processed ⇒ ::Integer
Returns the value of attribute delete_records_processed.
412 413 414 |
# File 'sig/types.rbs', line 412 def delete_records_processed @delete_records_processed end |
#input_records ⇒ ::Integer
Returns the value of attribute input_records.
409 410 411 |
# File 'sig/types.rbs', line 409 def input_records @input_records end |
#mapped_records_removed ⇒ ::Integer
Returns the value of attribute mapped_records_removed.
421 422 423 |
# File 'sig/types.rbs', line 421 def mapped_records_removed @mapped_records_removed end |
#mapped_source_records_removed ⇒ ::Integer
Returns the value of attribute mapped_source_records_removed.
422 423 424 |
# File 'sig/types.rbs', line 422 def mapped_source_records_removed @mapped_source_records_removed end |
#mapped_target_records_removed ⇒ ::Integer
Returns the value of attribute mapped_target_records_removed.
423 424 425 |
# File 'sig/types.rbs', line 423 def mapped_target_records_removed @mapped_target_records_removed end |
#new_mapped_records ⇒ ::Integer
Returns the value of attribute new_mapped_records.
417 418 419 |
# File 'sig/types.rbs', line 417 def new_mapped_records @new_mapped_records end |
#new_mapped_source_records ⇒ ::Integer
Returns the value of attribute new_mapped_source_records.
418 419 420 |
# File 'sig/types.rbs', line 418 def new_mapped_source_records @new_mapped_source_records end |
#new_mapped_target_records ⇒ ::Integer
Returns the value of attribute new_mapped_target_records.
419 420 421 |
# File 'sig/types.rbs', line 419 def new_mapped_target_records @new_mapped_target_records end |
#new_unique_records_loaded ⇒ ::Integer
Returns the value of attribute new_unique_records_loaded.
420 421 422 |
# File 'sig/types.rbs', line 420 def new_unique_records_loaded @new_unique_records_loaded end |
#records_not_processed ⇒ ::Integer
Returns the value of attribute records_not_processed.
411 412 413 |
# File 'sig/types.rbs', line 411 def records_not_processed @records_not_processed end |
#total_mapped_records ⇒ ::Integer
Returns the value of attribute total_mapped_records.
413 414 415 |
# File 'sig/types.rbs', line 413 def total_mapped_records @total_mapped_records end |
#total_mapped_source_records ⇒ ::Integer
Returns the value of attribute total_mapped_source_records.
414 415 416 |
# File 'sig/types.rbs', line 414 def total_mapped_source_records @total_mapped_source_records end |
#total_mapped_target_records ⇒ ::Integer
Returns the value of attribute total_mapped_target_records.
415 416 417 |
# File 'sig/types.rbs', line 415 def total_mapped_target_records @total_mapped_target_records end |
#total_records_processed ⇒ ::Integer
Returns the value of attribute total_records_processed.
410 411 412 |
# File 'sig/types.rbs', line 410 def total_records_processed @total_records_processed end |
#unique_records_loaded ⇒ ::Integer
Returns the value of attribute unique_records_loaded.
416 417 418 |
# File 'sig/types.rbs', line 416 def unique_records_loaded @unique_records_loaded end |