Class: Aws::Types::MetricBasedObservation
- Inherits:
-
Object
- Object
- Aws::Types::MetricBasedObservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_values ⇒ Types::DataQualityMetricValues
Returns the value of attribute metric_values.
-
#new_rules ⇒ ::Array[::String]
Returns the value of attribute new_rules.
-
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
5659 5660 5661 |
# File 'sig/types.rbs', line 5659 def metric_name @metric_name end |
#metric_values ⇒ Types::DataQualityMetricValues
Returns the value of attribute metric_values.
5661 5662 5663 |
# File 'sig/types.rbs', line 5661 def metric_values @metric_values end |
#new_rules ⇒ ::Array[::String]
Returns the value of attribute new_rules.
5662 5663 5664 |
# File 'sig/types.rbs', line 5662 def new_rules @new_rules end |
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
5660 5661 5662 |
# File 'sig/types.rbs', line 5660 def statistic_id @statistic_id end |