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.
5561 5562 5563 |
# File 'sig/types.rbs', line 5561 def constraints @constraints end |
#statistics ⇒ Types::MetricsSource
Returns the value of attribute statistics.
5560 5561 5562 |
# File 'sig/types.rbs', line 5560 def statistics @statistics end |