Class: Aws::Types::AlarmConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarms::Array[Types::Alarm]

Returns the value of attribute alarms.

Returns:



25
26
27
# File 'sig/types.rbs', line 25

def alarms
  @alarms
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


23
24
25
# File 'sig/types.rbs', line 23

def enabled
  @enabled
end

#ignore_poll_alarm_failureBoolean

Returns the value of attribute ignore_poll_alarm_failure.

Returns:

  • (Boolean)


24
25
26
# File 'sig/types.rbs', line 24

def ignore_poll_alarm_failure
  @ignore_poll_alarm_failure
end