Class: Aws::Types::DriftCheckModelQuality
- Inherits:
-
Object
- Object
- Aws::Types::DriftCheckModelQuality
- 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.
5582 5583 5584 |
# File 'sig/types.rbs', line 5582 def constraints @constraints end |
#statistics ⇒ Types::MetricsSource
Returns the value of attribute statistics.
5581 5582 5583 |
# File 'sig/types.rbs', line 5581 def statistics @statistics end |