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.
511 512 513 |
# File 'sig/types.rbs', line 511 def alarm_names @alarm_names end |
#enable ⇒ Boolean
Returns the value of attribute enable.
512 513 514 |
# File 'sig/types.rbs', line 512 def enable @enable end |