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.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def alarm_names @alarm_names end |
#status ⇒ "TRIGGERED", ...
Returns the value of attribute status.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def status @status end |
#triggered_alarm_names ⇒ ::Array[::String]
Returns the value of attribute triggered_alarm_names.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def triggered_alarm_names @triggered_alarm_names end |