Class: Aws::Types::AlarmState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_action ⇒ Types::CustomerAction

Returns the value of attribute customer_action.



38
39
40
# File 'sig/types.rbs', line 38

def customer_action
  @customer_action
end

#rule_evaluation ⇒ Types::RuleEvaluation

Returns the value of attribute rule_evaluation.



37
38
39
# File 'sig/types.rbs', line 37

def rule_evaluation
  @rule_evaluation
end

#state_name ⇒ "DISABLED", ...

Returns the value of attribute state_name.

Returns:

  • ("DISABLED", "NORMAL", "ACTIVE", "ACKNOWLEDGED", "SNOOZE_DISABLED", "LATCHED")


36
37
38
# File 'sig/types.rbs', line 36

def state_name
  @state_name
end

#system_event ⇒ Types::SystemEvent

Returns the value of attribute system_event.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def system_event
  @system_event
end