Class: Aws::Types::DataQualityObservation
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityObservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#metric_based_observation ⇒ Types::MetricBasedObservation
Returns the value of attribute metric_based_observation.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def description @description end |
#metric_based_observation ⇒ Types::MetricBasedObservation
Returns the value of attribute metric_based_observation.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def metric_based_observation @metric_based_observation end |