Class: Aws::Types::DataQualityAggregatedMetrics
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityAggregatedMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total_rows_failed ⇒ ::Float
Returns the value of attribute total_rows_failed.
-
#total_rows_passed ⇒ ::Float
Returns the value of attribute total_rows_passed.
-
#total_rows_processed ⇒ ::Float
Returns the value of attribute total_rows_processed.
-
#total_rules_failed ⇒ ::Float
Returns the value of attribute total_rules_failed.
-
#total_rules_passed ⇒ ::Float
Returns the value of attribute total_rules_passed.
-
#total_rules_processed ⇒ ::Float
Returns the value of attribute total_rules_processed.
Instance Attribute Details
#total_rows_failed ⇒ ::Float
Returns the value of attribute total_rows_failed.
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.
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.
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.
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.
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.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def total_rules_processed @total_rules_processed end |