Class: Aws::Types::PutCompositeAlarmInput
- Inherits:
-
Object
- Object
- Aws::Types::PutCompositeAlarmInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
-
#actions_suppressor ⇒ ::String
Returns the value of attribute actions_suppressor.
-
#actions_suppressor_extension_period ⇒ ::Integer
Returns the value of attribute actions_suppressor_extension_period.
-
#actions_suppressor_wait_period ⇒ ::Integer
Returns the value of attribute actions_suppressor_wait_period.
-
#alarm_actions ⇒ ::Array[::String]
Returns the value of attribute alarm_actions.
-
#alarm_description ⇒ ::String
Returns the value of attribute alarm_description.
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#alarm_rule ⇒ ::String
Returns the value of attribute alarm_rule.
-
#insufficient_data_actions ⇒ ::Array[::String]
Returns the value of attribute insufficient_data_actions.
-
#ok_actions ⇒ ::Array[::String]
Returns the value of attribute ok_actions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
911 912 913 |
# File 'sig/types.rbs', line 911 def actions_enabled @actions_enabled end |
#actions_suppressor ⇒ ::String
Returns the value of attribute actions_suppressor.
919 920 921 |
# File 'sig/types.rbs', line 919 def actions_suppressor @actions_suppressor end |
#actions_suppressor_extension_period ⇒ ::Integer
Returns the value of attribute actions_suppressor_extension_period.
921 922 923 |
# File 'sig/types.rbs', line 921 def actions_suppressor_extension_period @actions_suppressor_extension_period end |
#actions_suppressor_wait_period ⇒ ::Integer
Returns the value of attribute actions_suppressor_wait_period.
920 921 922 |
# File 'sig/types.rbs', line 920 def actions_suppressor_wait_period @actions_suppressor_wait_period end |
#alarm_actions ⇒ ::Array[::String]
Returns the value of attribute alarm_actions.
912 913 914 |
# File 'sig/types.rbs', line 912 def alarm_actions @alarm_actions end |
#alarm_description ⇒ ::String
Returns the value of attribute alarm_description.
913 914 915 |
# File 'sig/types.rbs', line 913 def alarm_description @alarm_description end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
914 915 916 |
# File 'sig/types.rbs', line 914 def alarm_name @alarm_name end |
#alarm_rule ⇒ ::String
Returns the value of attribute alarm_rule.
915 916 917 |
# File 'sig/types.rbs', line 915 def alarm_rule @alarm_rule end |
#insufficient_data_actions ⇒ ::Array[::String]
Returns the value of attribute insufficient_data_actions.
916 917 918 |
# File 'sig/types.rbs', line 916 def insufficient_data_actions @insufficient_data_actions end |
#ok_actions ⇒ ::Array[::String]
Returns the value of attribute ok_actions.
917 918 919 |
# File 'sig/types.rbs', line 917 def ok_actions @ok_actions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
918 919 920 |
# File 'sig/types.rbs', line 918 def @tags end |