Class: Aws::Types::AlarmModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::AlarmModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_model_description ⇒ ::String
Returns the value of attribute alarm_model_description.
-
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
Instance Attribute Details
#alarm_model_description ⇒ ::String
Returns the value of attribute alarm_model_description.
59 60 61 |
# File 'sig/types.rbs', line 59 def alarm_model_description @alarm_model_description end |
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
60 61 62 |
# File 'sig/types.rbs', line 60 def alarm_model_name @alarm_model_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
58 59 60 |
# File 'sig/types.rbs', line 58 def creation_time @creation_time end |