Class: Aws::Types::Notification
- Inherits:
-
Object
- Object
- Aws::Types::Notification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "GREATER_THAN", ...
Returns the value of attribute comparison_operator.
-
#notification_state ⇒ "OK", "ALARM"
Returns the value of attribute notification_state.
-
#notification_type ⇒ "ACTUAL", "FORECASTED"
Returns the value of attribute notification_type.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
-
#threshold_type ⇒ "PERCENTAGE", "ABSOLUTE_VALUE"
Returns the value of attribute threshold_type.
Instance Attribute Details
#comparison_operator ⇒ "GREATER_THAN", ...
Returns the value of attribute comparison_operator.
481 482 483 |
# File 'sig/types.rbs', line 481 def comparison_operator @comparison_operator end |
#notification_state ⇒ "OK", "ALARM"
Returns the value of attribute notification_state.
484 485 486 |
# File 'sig/types.rbs', line 484 def notification_state @notification_state end |
#notification_type ⇒ "ACTUAL", "FORECASTED"
Returns the value of attribute notification_type.
480 481 482 |
# File 'sig/types.rbs', line 480 def notification_type @notification_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
482 483 484 |
# File 'sig/types.rbs', line 482 def threshold @threshold end |
#threshold_type ⇒ "PERCENTAGE", "ABSOLUTE_VALUE"
Returns the value of attribute threshold_type.
483 484 485 |
# File 'sig/types.rbs', line 483 def threshold_type @threshold_type end |