Class: Aws::Types::EvaluationCriteria
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationCriteria
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PromQlCriteria, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prom_ql_criteria ⇒ Types::AlarmPromQLCriteria
Returns the value of attribute prom_ql_criteria.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#prom_ql_criteria ⇒ Types::AlarmPromQLCriteria
Returns the value of attribute prom_ql_criteria.
354 355 356 |
# File 'sig/types.rbs', line 354 def prom_ql_criteria @prom_ql_criteria end |
#unknown ⇒ Object
Returns the value of attribute unknown.
355 356 357 |
# File 'sig/types.rbs', line 355 def unknown @unknown end |