Class: Aws::Types::AlarmStateChangeDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#previous_state"OK", ...

Returns the value of attribute previous_state.

Returns:

  • ("OK", "ALARM", "INSUFFICIENT_DATA")


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

def previous_state
  @previous_state
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def reason
  @reason
end

#state"OK", ...

Returns the value of attribute state.

Returns:

  • ("OK", "ALARM", "INSUFFICIENT_DATA")


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

def state
  @state
end