Class: Aws::Types::DaemonDeploymentAlarms
- Inherits:
-
Object
- Object
- Aws::Types::DaemonDeploymentAlarms
- 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.
589 590 591 |
# File 'sig/types.rbs', line 589 def alarm_names @alarm_names end |
#status ⇒ "TRIGGERED", ...
Returns the value of attribute status.
588 589 590 |
# File 'sig/types.rbs', line 588 def status @status end |
#triggered_alarm_names ⇒ ::Array[::String]
Returns the value of attribute triggered_alarm_names.
590 591 592 |
# File 'sig/types.rbs', line 590 def triggered_alarm_names @triggered_alarm_names end |