Class: Aws::Types::DescribeAlarmModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAlarmModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
-
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
Instance Attribute Details
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
207 208 209 |
# File 'sig/types.rbs', line 207 def alarm_model_name @alarm_model_name end |
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
208 209 210 |
# File 'sig/types.rbs', line 208 def alarm_model_version @alarm_model_version end |