Class: Aws::Types::DaemonAlarmConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DaemonAlarmConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_names ⇒ ::Array[::String]
Returns the value of attribute alarm_names.
-
#enable ⇒ Boolean
Returns the value of attribute enable.
Instance Attribute Details
#alarm_names ⇒ ::Array[::String]
Returns the value of attribute alarm_names.
513 514 515 |
# File 'sig/types.rbs', line 513 def alarm_names @alarm_names end |
#enable ⇒ Boolean
Returns the value of attribute enable.
514 515 516 |
# File 'sig/types.rbs', line 514 def enable @enable end |