Class: Aws::Types::AlarmSummary

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:



44
45
46
# File 'sig/types.rbs', line 44

def alarm_model_name
  @alarm_model_name
end

#alarm_model_version ⇒ ::String

Returns the value of attribute alarm_model_version.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def alarm_model_version
  @alarm_model_version
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:



48
49
50
# File 'sig/types.rbs', line 48

def creation_time
  @creation_time
end

#key_value ⇒ ::String

Returns the value of attribute key_value.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def key_value
  @key_value
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def last_update_time
  @last_update_time
end

#state_name ⇒ "DISABLED", ...

Returns the value of attribute state_name.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def state_name
  @state_name
end