Class: Aws::Types::CompositeAlarm
- Inherits:
-
Object
- Object
- Aws::Types::CompositeAlarm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
-
#actions_suppressed_by ⇒ "WaitPeriod", ...
Returns the value of attribute actions_suppressed_by.
-
#actions_suppressed_reason ⇒ ::String
Returns the value of attribute actions_suppressed_reason.
-
#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_arn ⇒ ::String
Returns the value of attribute alarm_arn.
-
#alarm_configuration_updated_timestamp ⇒ ::Time
Returns the value of attribute alarm_configuration_updated_timestamp.
-
#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.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#state_reason_data ⇒ ::String
Returns the value of attribute state_reason_data.
-
#state_transitioned_timestamp ⇒ ::Time
Returns the value of attribute state_transitioned_timestamp.
-
#state_updated_timestamp ⇒ ::Time
Returns the value of attribute state_updated_timestamp.
-
#state_value ⇒ "OK", ...
Returns the value of attribute state_value.
Instance Attribute Details
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
77 78 79 |
# File 'sig/types.rbs', line 77 def actions_enabled @actions_enabled end |
#actions_suppressed_by ⇒ "WaitPeriod", ...
Returns the value of attribute actions_suppressed_by.
91 92 93 |
# File 'sig/types.rbs', line 91 def actions_suppressed_by @actions_suppressed_by end |
#actions_suppressed_reason ⇒ ::String
Returns the value of attribute actions_suppressed_reason.
92 93 94 |
# File 'sig/types.rbs', line 92 def actions_suppressed_reason @actions_suppressed_reason end |
#actions_suppressor ⇒ ::String
Returns the value of attribute actions_suppressor.
93 94 95 |
# File 'sig/types.rbs', line 93 def actions_suppressor @actions_suppressor end |
#actions_suppressor_extension_period ⇒ ::Integer
Returns the value of attribute actions_suppressor_extension_period.
95 96 97 |
# File 'sig/types.rbs', line 95 def actions_suppressor_extension_period @actions_suppressor_extension_period end |
#actions_suppressor_wait_period ⇒ ::Integer
Returns the value of attribute actions_suppressor_wait_period.
94 95 96 |
# File 'sig/types.rbs', line 94 def actions_suppressor_wait_period @actions_suppressor_wait_period end |
#alarm_actions ⇒ ::Array[::String]
Returns the value of attribute alarm_actions.
78 79 80 |
# File 'sig/types.rbs', line 78 def alarm_actions @alarm_actions end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
79 80 81 |
# File 'sig/types.rbs', line 79 def alarm_arn @alarm_arn end |
#alarm_configuration_updated_timestamp ⇒ ::Time
Returns the value of attribute alarm_configuration_updated_timestamp.
80 81 82 |
# File 'sig/types.rbs', line 80 def @alarm_configuration_updated_timestamp end |
#alarm_description ⇒ ::String
Returns the value of attribute alarm_description.
81 82 83 |
# File 'sig/types.rbs', line 81 def alarm_description @alarm_description end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
82 83 84 |
# File 'sig/types.rbs', line 82 def alarm_name @alarm_name end |
#alarm_rule ⇒ ::String
Returns the value of attribute alarm_rule.
83 84 85 |
# File 'sig/types.rbs', line 83 def alarm_rule @alarm_rule end |
#insufficient_data_actions ⇒ ::Array[::String]
Returns the value of attribute insufficient_data_actions.
84 85 86 |
# File 'sig/types.rbs', line 84 def insufficient_data_actions @insufficient_data_actions end |
#ok_actions ⇒ ::Array[::String]
Returns the value of attribute ok_actions.
85 86 87 |
# File 'sig/types.rbs', line 85 def ok_actions @ok_actions end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
86 87 88 |
# File 'sig/types.rbs', line 86 def state_reason @state_reason end |
#state_reason_data ⇒ ::String
Returns the value of attribute state_reason_data.
87 88 89 |
# File 'sig/types.rbs', line 87 def state_reason_data @state_reason_data end |
#state_transitioned_timestamp ⇒ ::Time
Returns the value of attribute state_transitioned_timestamp.
90 91 92 |
# File 'sig/types.rbs', line 90 def @state_transitioned_timestamp end |
#state_updated_timestamp ⇒ ::Time
Returns the value of attribute state_updated_timestamp.
88 89 90 |
# File 'sig/types.rbs', line 88 def @state_updated_timestamp end |
#state_value ⇒ "OK", ...
Returns the value of attribute state_value.
89 90 91 |
# File 'sig/types.rbs', line 89 def state_value @state_value end |