Class: Aws::Types::DataQualityAggregatedMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#total_rows_failed::Float

Returns the value of attribute total_rows_failed.

Returns:

  • (::Float)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def total_rows_failed
  @total_rows_failed
end

#total_rows_passed::Float

Returns the value of attribute total_rows_passed.

Returns:

  • (::Float)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def total_rows_passed
  @total_rows_passed
end

#total_rows_processed::Float

Returns the value of attribute total_rows_processed.

Returns:

  • (::Float)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def total_rows_processed
  @total_rows_processed
end

#total_rules_failed::Float

Returns the value of attribute total_rules_failed.

Returns:

  • (::Float)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def total_rules_failed
  @total_rules_failed
end

#total_rules_passed::Float

Returns the value of attribute total_rules_passed.

Returns:

  • (::Float)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def total_rules_passed
  @total_rules_passed
end

#total_rules_processed::Float

Returns the value of attribute total_rules_processed.

Returns:

  • (::Float)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def total_rules_processed
  @total_rules_processed
end