Class: Aws::Types::UpdateAlarmModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAlarmModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_capabilities ⇒ Types::AlarmCapabilities
Returns the value of attribute alarm_capabilities.
-
#alarm_event_actions ⇒ Types::AlarmEventActions
Returns the value of attribute alarm_event_actions.
-
#alarm_model_description ⇒ ::String
Returns the value of attribute alarm_model_description.
-
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
-
#alarm_notification ⇒ Types::AlarmNotification
Returns the value of attribute alarm_notification.
-
#alarm_rule ⇒ Types::AlarmRule
Returns the value of attribute alarm_rule.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#severity ⇒ ::Integer
Returns the value of attribute severity.
Instance Attribute Details
#alarm_capabilities ⇒ Types::AlarmCapabilities
Returns the value of attribute alarm_capabilities.
770 771 772 |
# File 'sig/types.rbs', line 770 def alarm_capabilities @alarm_capabilities end |
#alarm_event_actions ⇒ Types::AlarmEventActions
Returns the value of attribute alarm_event_actions.
769 770 771 |
# File 'sig/types.rbs', line 769 def alarm_event_actions @alarm_event_actions end |
#alarm_model_description ⇒ ::String
Returns the value of attribute alarm_model_description.
764 765 766 |
# File 'sig/types.rbs', line 764 def alarm_model_description @alarm_model_description end |
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
763 764 765 |
# File 'sig/types.rbs', line 763 def alarm_model_name @alarm_model_name end |
#alarm_notification ⇒ Types::AlarmNotification
Returns the value of attribute alarm_notification.
768 769 770 |
# File 'sig/types.rbs', line 768 def alarm_notification @alarm_notification end |
#alarm_rule ⇒ Types::AlarmRule
Returns the value of attribute alarm_rule.
767 768 769 |
# File 'sig/types.rbs', line 767 def alarm_rule @alarm_rule end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
765 766 767 |
# File 'sig/types.rbs', line 765 def role_arn @role_arn end |
#severity ⇒ ::Integer
Returns the value of attribute severity.
766 767 768 |
# File 'sig/types.rbs', line 766 def severity @severity end |