Class: Aws::Types::CreateAlarmModelResponse

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)


146
147
148
# File 'sig/types.rbs', line 146

def alarm_model_arn
  @alarm_model_arn
end

#alarm_model_version ⇒ ::String

Returns the value of attribute alarm_model_version.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def alarm_model_version
  @alarm_model_version
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


145
146
147
# File 'sig/types.rbs', line 145

def creation_time
  @creation_time
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


148
149
150
# File 'sig/types.rbs', line 148

def last_update_time
  @last_update_time
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


149
150
151
# File 'sig/types.rbs', line 149

def status
  @status
end