Class: Aws::Types::AlarmState
- Inherits:
-
Object
- Object
- Aws::Types::AlarmState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_action ⇒ Types::CustomerAction
Returns the value of attribute customer_action.
-
#rule_evaluation ⇒ Types::RuleEvaluation
Returns the value of attribute rule_evaluation.
-
#state_name ⇒ "DISABLED", ...
Returns the value of attribute state_name.
-
#system_event ⇒ Types::SystemEvent
Returns the value of attribute system_event.
Instance Attribute Details
#customer_action ⇒ Types::CustomerAction
Returns the value of attribute customer_action.
38 39 40 |
# File 'sig/types.rbs', line 38 def customer_action @customer_action end |
#rule_evaluation ⇒ Types::RuleEvaluation
Returns the value of attribute rule_evaluation.
37 38 39 |
# File 'sig/types.rbs', line 37 def rule_evaluation @rule_evaluation end |
#state_name ⇒ "DISABLED", ...
Returns the value of attribute state_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def state_name @state_name end |
#system_event ⇒ Types::SystemEvent
Returns the value of attribute system_event.
39 40 41 |
# File 'sig/types.rbs', line 39 def system_event @system_event end |