Class: Aws::Types::ExportStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exported_records_count::Integer

Returns the value of attribute exported_records_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


716
717
718
# File 'sig/types.rbs', line 716

def processed_records_count
  @processed_records_count
end