Class: Aws::Types::CreateAlarmModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAlarmModelResponse
- 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.
146 147 148 |
# File 'sig/types.rbs', line 146 def alarm_model_arn @alarm_model_arn end |
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
147 148 149 |
# File 'sig/types.rbs', line 147 def alarm_model_version @alarm_model_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
145 146 147 |
# File 'sig/types.rbs', line 145 def creation_time @creation_time end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
148 149 150 |
# File 'sig/types.rbs', line 148 def last_update_time @last_update_time end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
149 150 151 |
# File 'sig/types.rbs', line 149 def status @status end |