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.
875 876 877 |
# File 'sig/types.rbs', line 875 def alarm_names @alarm_names end |
#enable ⇒ Boolean
Returns the value of attribute enable.
877 878 879 |
# File 'sig/types.rbs', line 877 def enable @enable end |
#rollback ⇒ Boolean
Returns the value of attribute rollback.
876 877 878 |
# File 'sig/types.rbs', line 876 def rollback @rollback end |