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.
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.
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.
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.
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.
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.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def total_rules_processed @total_rules_processed end |