Class: Aws::Types::DeploymentAlarms

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_names::Array[::String]

Returns the value of attribute alarm_names.

Returns:

  • (::Array[::String])


868
869
870
# File 'sig/types.rbs', line 868

def alarm_names
  @alarm_names
end

#enableBoolean

Returns the value of attribute enable.

Returns:

  • (Boolean)


870
871
872
# File 'sig/types.rbs', line 870

def enable
  @enable
end

#rollbackBoolean

Returns the value of attribute rollback.

Returns:

  • (Boolean)


869
870
871
# File 'sig/types.rbs', line 869

def rollback
  @rollback
end