Class: Aws::Types::IdMappingJobMetrics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_records_processed::Integer

Returns the value of attribute delete_records_processed.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


416
417
418
# File 'sig/types.rbs', line 416

def unique_records_loaded
  @unique_records_loaded
end