Class: Aws::Types::AlarmPromQLCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AlarmPromQLCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pending_period ⇒ ::Integer
Returns the value of attribute pending_period.
-
#query ⇒ ::String
Returns the value of attribute query.
-
#recovery_period ⇒ ::Integer
Returns the value of attribute recovery_period.
Instance Attribute Details
#pending_period ⇒ ::Integer
Returns the value of attribute pending_period.
42 43 44 |
# File 'sig/types.rbs', line 42 def pending_period @pending_period end |
#query ⇒ ::String
Returns the value of attribute query.
41 42 43 |
# File 'sig/types.rbs', line 41 def query @query end |
#recovery_period ⇒ ::Integer
Returns the value of attribute recovery_period.
43 44 45 |
# File 'sig/types.rbs', line 43 def recovery_period @recovery_period end |