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.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def description @description end |
#metric_based_observation ⇒ Types::MetricBasedObservation
Returns the value of attribute metric_based_observation.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def metric_based_observation @metric_based_observation end |