Class: Aws::Types::DeploymentAlarms
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentAlarms
- 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.
-
#rollback ⇒ Boolean
Returns the value of attribute rollback.
Instance Attribute Details
#alarm_names ⇒ ::Array[::String]
Returns the value of attribute alarm_names.
868 869 870 |
# File 'sig/types.rbs', line 868 def alarm_names @alarm_names end |
#enable ⇒ Boolean
Returns the value of attribute enable.
870 871 872 |
# File 'sig/types.rbs', line 870 def enable @enable end |
#rollback ⇒ Boolean
Returns the value of attribute rollback.
869 870 871 |
# File 'sig/types.rbs', line 869 def rollback @rollback end |