Class: Aws::Types::DriftCheckModelDataQuality
- Inherits:
-
Object
- Object
- Aws::Types::DriftCheckModelDataQuality
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraints ⇒ Types::MetricsSource
Returns the value of attribute constraints.
-
#statistics ⇒ Types::MetricsSource
Returns the value of attribute statistics.
Instance Attribute Details
#constraints ⇒ Types::MetricsSource
Returns the value of attribute constraints.
5576 5577 5578 |
# File 'sig/types.rbs', line 5576 def constraints @constraints end |
#statistics ⇒ Types::MetricsSource
Returns the value of attribute statistics.
5575 5576 5577 |
# File 'sig/types.rbs', line 5575 def statistics @statistics end |