Class: Aws::Types::UpdateAlarmModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_arn ⇒ ::String

Returns the value of attribute alarm_model_arn.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def alarm_model_arn
  @alarm_model_arn
end

#alarm_model_version ⇒ ::String

Returns the value of attribute alarm_model_version.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def alarm_model_version
  @alarm_model_version
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


775
776
777
# File 'sig/types.rbs', line 775

def creation_time
  @creation_time
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


778
779
780
# File 'sig/types.rbs', line 778

def last_update_time
  @last_update_time
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ACTIVATING", "INACTIVE", "FAILED")


779
780
781
# File 'sig/types.rbs', line 779

def status
  @status
end