Class: Aws::Types::DescribeAlarmModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_capabilities ⇒ Types::AlarmCapabilities

Returns the value of attribute alarm_capabilities.



227
228
229
# File 'sig/types.rbs', line 227

def alarm_capabilities
  @alarm_capabilities
end

#alarm_event_actions ⇒ Types::AlarmEventActions

Returns the value of attribute alarm_event_actions.



226
227
228
# File 'sig/types.rbs', line 226

def alarm_event_actions
  @alarm_event_actions
end

#alarm_model_arn ⇒ ::String

Returns the value of attribute alarm_model_arn.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def alarm_model_arn
  @alarm_model_arn
end

#alarm_model_description ⇒ ::String

Returns the value of attribute alarm_model_description.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def alarm_model_description
  @alarm_model_description
end

#alarm_model_name ⇒ ::String

Returns the value of attribute alarm_model_name.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def alarm_model_name
  @alarm_model_name
end

#alarm_model_version ⇒ ::String

Returns the value of attribute alarm_model_version.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def alarm_model_version
  @alarm_model_version
end

#alarm_notification ⇒ Types::AlarmNotification

Returns the value of attribute alarm_notification.



225
226
227
# File 'sig/types.rbs', line 225

def alarm_notification
  @alarm_notification
end

#alarm_rule ⇒ Types::AlarmRule

Returns the value of attribute alarm_rule.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def alarm_rule
  @alarm_rule
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


213
214
215
# File 'sig/types.rbs', line 213

def creation_time
  @creation_time
end

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def key
  @key
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


216
217
218
# File 'sig/types.rbs', line 216

def last_update_time
  @last_update_time
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def role_arn
  @role_arn
end

#severity ⇒ ::Integer

Returns the value of attribute severity.

Returns:

  • (::Integer)


223
224
225
# File 'sig/types.rbs', line 223

def severity
  @severity
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


217
218
219
# File 'sig/types.rbs', line 217

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def status_message
  @status_message
end