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.
592 593 594 |
# File 'sig/types.rbs', line 592 def alarm_names @alarm_names end |
#status ⇒ "TRIGGERED", ...
Returns the value of attribute status.
591 592 593 |
# File 'sig/types.rbs', line 591 def status @status end |
#triggered_alarm_names ⇒ ::Array[::String]
Returns the value of attribute triggered_alarm_names.
593 594 595 |
# File 'sig/types.rbs', line 593 def triggered_alarm_names @triggered_alarm_names end |