Class: Aws::Types::UpdateAlarmModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAlarmModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_model_arn ⇒ ::String
Returns the value of attribute alarm_model_arn.
-
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#alarm_model_arn ⇒ ::String
Returns the value of attribute alarm_model_arn.
776 777 778 |
# File 'sig/types.rbs', line 776 def alarm_model_arn @alarm_model_arn end |
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
777 778 779 |
# File 'sig/types.rbs', line 777 def alarm_model_version @alarm_model_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
775 776 777 |
# File 'sig/types.rbs', line 775 def creation_time @creation_time end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
778 779 780 |
# File 'sig/types.rbs', line 778 def last_update_time @last_update_time end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
779 780 781 |
# File 'sig/types.rbs', line 779 def status @status end |