Class: Aws::Types::DescribeAlarmModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAlarmModelResponse
- 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_arn ⇒ ::String
Returns the value of attribute alarm_model_arn.
-
#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_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
-
#alarm_notification ⇒ Types::AlarmNotification
Returns the value of attribute alarm_notification.
-
#alarm_rule ⇒ Types::AlarmRule
Returns the value of attribute alarm_rule.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#severity ⇒ ::Integer
Returns the value of attribute severity.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#alarm_capabilities ⇒ Types::AlarmCapabilities
Returns the value of attribute alarm_capabilities.
227 228 229 |
# File 'sig/types.rbs', line 227 def alarm_capabilities @alarm_capabilities end |
#alarm_event_actions ⇒ Types::AlarmEventActions
Returns the value of attribute alarm_event_actions.
226 227 228 |
# File 'sig/types.rbs', line 226 def alarm_event_actions @alarm_event_actions end |
#alarm_model_arn ⇒ ::String
Returns the value of attribute alarm_model_arn.
214 215 216 |
# File 'sig/types.rbs', line 214 def alarm_model_arn @alarm_model_arn end |
#alarm_model_description ⇒ ::String
Returns the value of attribute alarm_model_description.
220 221 222 |
# File 'sig/types.rbs', line 220 def alarm_model_description @alarm_model_description end |
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
219 220 221 |
# File 'sig/types.rbs', line 219 def alarm_model_name @alarm_model_name end |
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
215 216 217 |
# File 'sig/types.rbs', line 215 def alarm_model_version @alarm_model_version end |
#alarm_notification ⇒ Types::AlarmNotification
Returns the value of attribute alarm_notification.
225 226 227 |
# File 'sig/types.rbs', line 225 def alarm_notification @alarm_notification end |
#alarm_rule ⇒ Types::AlarmRule
Returns the value of attribute alarm_rule.
224 225 226 |
# File 'sig/types.rbs', line 224 def alarm_rule @alarm_rule end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
213 214 215 |
# File 'sig/types.rbs', line 213 def creation_time @creation_time end |
#key ⇒ ::String
Returns the value of attribute key.
222 223 224 |
# File 'sig/types.rbs', line 222 def key @key end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
216 217 218 |
# File 'sig/types.rbs', line 216 def last_update_time @last_update_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def role_arn @role_arn end |
#severity ⇒ ::Integer
Returns the value of attribute severity.
223 224 225 |
# File 'sig/types.rbs', line 223 def severity @severity end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
217 218 219 |
# File 'sig/types.rbs', line 217 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
218 219 220 |
# File 'sig/types.rbs', line 218 def @status_message end |