Class: Aws::Types::UpdateAlarmModelRequest

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.



770
771
772
# File 'sig/types.rbs', line 770

def alarm_capabilities
  @alarm_capabilities
end

#alarm_event_actions ⇒ Types::AlarmEventActions

Returns the value of attribute alarm_event_actions.



769
770
771
# File 'sig/types.rbs', line 769

def alarm_event_actions
  @alarm_event_actions
end

#alarm_model_description ⇒ ::String

Returns the value of attribute alarm_model_description.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def alarm_model_description
  @alarm_model_description
end

#alarm_model_name ⇒ ::String

Returns the value of attribute alarm_model_name.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def alarm_model_name
  @alarm_model_name
end

#alarm_notification ⇒ Types::AlarmNotification

Returns the value of attribute alarm_notification.



768
769
770
# File 'sig/types.rbs', line 768

def alarm_notification
  @alarm_notification
end

#alarm_rule ⇒ Types::AlarmRule

Returns the value of attribute alarm_rule.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def alarm_rule
  @alarm_rule
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def role_arn
  @role_arn
end

#severity ⇒ ::Integer

Returns the value of attribute severity.

Returns:

  • (::Integer)


766
767
768
# File 'sig/types.rbs', line 766

def severity
  @severity
end