Class: Aws::Types::Alarm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_name ⇒ ::String

Returns the value of attribute alarm_model_name.

Returns:

  • (::String)


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

def alarm_model_name
  @alarm_model_name
end

#alarm_model_version ⇒ ::String

Returns the value of attribute alarm_model_version.

Returns:

  • (::String)


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

def alarm_model_version
  @alarm_model_version
end

#alarm_state ⇒ Types::AlarmState

Returns the value of attribute alarm_state.

Returns:



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

def alarm_state
  @alarm_state
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


30
31
32
# File 'sig/types.rbs', line 30

def creation_time
  @creation_time
end

#key_value ⇒ ::String

Returns the value of attribute key_value.

Returns:

  • (::String)


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

def key_value
  @key_value
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def last_update_time
  @last_update_time
end

#severity ⇒ ::Integer

Returns the value of attribute severity.

Returns:

  • (::Integer)


29
30
31
# File 'sig/types.rbs', line 29

def severity
  @severity
end