Class: Aws::Types::AlarmModelVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::AlarmModelVersionSummary
- 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_name ⇒ ::String
Returns the value of attribute alarm_model_name.
-
#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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#alarm_model_arn ⇒ ::String
Returns the value of attribute alarm_model_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def alarm_model_arn @alarm_model_arn end |
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def alarm_model_name @alarm_model_name end |
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
67 68 69 |
# File 'sig/types.rbs', line 67 def alarm_model_version @alarm_model_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
69 70 71 |
# File 'sig/types.rbs', line 69 def creation_time @creation_time end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
70 71 72 |
# File 'sig/types.rbs', line 70 def last_update_time @last_update_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def role_arn @role_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
71 72 73 |
# File 'sig/types.rbs', line 71 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
72 73 74 |
# File 'sig/types.rbs', line 72 def @status_message end |