Class: Aws::Types::AlarmModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_description ⇒ ::String

Returns the value of attribute alarm_model_description.

Returns:

  • (::String)


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

def alarm_model_description
  @alarm_model_description
end

#alarm_model_name ⇒ ::String

Returns the value of attribute alarm_model_name.

Returns:

  • (::String)


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

def alarm_model_name
  @alarm_model_name
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end