Class: Aws::Types::AlarmStateInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def name
  @name
end

#state"UNKNOWN", "ALARM"

Returns the value of attribute state.

Returns:

  • ("UNKNOWN", "ALARM")


59
60
61
# File 'sig/types.rbs', line 59

def state
  @state
end