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)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def total_rows_failed
  @total_rows_failed
end

#total_rows_passed::Float

Returns the value of attribute total_rows_passed.

Returns:

  • (::Float)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def total_rows_passed
  @total_rows_passed
end

#total_rows_processed::Float

Returns the value of attribute total_rows_processed.

Returns:

  • (::Float)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def total_rows_processed
  @total_rows_processed
end

#total_rules_failed::Float

Returns the value of attribute total_rules_failed.

Returns:

  • (::Float)


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

def total_rules_failed
  @total_rules_failed
end

#total_rules_passed::Float

Returns the value of attribute total_rules_passed.

Returns:

  • (::Float)


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

def total_rules_passed
  @total_rules_passed
end

#total_rules_processed::Float

Returns the value of attribute total_rules_processed.

Returns:

  • (::Float)


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

def total_rules_processed
  @total_rules_processed
end