Class: Aws::Types::DeploymentAlarms

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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

#enableBoolean

Returns the value of attribute enable.



877
878
879
# File 'sig/types.rbs', line 877

def enable
  @enable
end

#rollbackBoolean

Returns the value of attribute rollback.



876
877
878
# File 'sig/types.rbs', line 876

def rollback
  @rollback
end