Class: Aws::Types::ServiceDeploymentAlarms
- Inherits:
-
Object
- Object
- Aws::Types::ServiceDeploymentAlarms
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_names ⇒ ::Array[::String]
Returns the value of attribute alarm_names.
-
#status ⇒ "TRIGGERED", ...
Returns the value of attribute status.
-
#triggered_alarm_names ⇒ ::Array[::String]
Returns the value of attribute triggered_alarm_names.
Instance Attribute Details
#alarm_names ⇒ ::Array[::String]
Returns the value of attribute alarm_names.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def alarm_names @alarm_names end |
#status ⇒ "TRIGGERED", ...
Returns the value of attribute status.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def status @status end |
#triggered_alarm_names ⇒ ::Array[::String]
Returns the value of attribute triggered_alarm_names.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def triggered_alarm_names @triggered_alarm_names end |