Class: Aws::Types::JobMetrics

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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


523
524
525
# File 'sig/types.rbs', line 523

def total_records_processed
  @total_records_processed
end