Class: Aws::Types::CreateAlarmModelRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_capabilities ⇒ Types::AlarmCapabilities

Returns the value of attribute alarm_capabilities.



140
141
142
# File 'sig/types.rbs', line 140

def alarm_capabilities
  @alarm_capabilities
end

#alarm_event_actions ⇒ Types::AlarmEventActions

Returns the value of attribute alarm_event_actions.



139
140
141
# File 'sig/types.rbs', line 139

def alarm_event_actions
  @alarm_event_actions
end

#alarm_model_description ⇒ ::String

Returns the value of attribute alarm_model_description.



132
133
134
# File 'sig/types.rbs', line 132

def alarm_model_description
  @alarm_model_description
end

#alarm_model_name ⇒ ::String

Returns the value of attribute alarm_model_name.



131
132
133
# File 'sig/types.rbs', line 131

def alarm_model_name
  @alarm_model_name
end

#alarm_notification ⇒ Types::AlarmNotification

Returns the value of attribute alarm_notification.



138
139
140
# File 'sig/types.rbs', line 138

def alarm_notification
  @alarm_notification
end

#alarm_rule ⇒ Types::AlarmRule

Returns the value of attribute alarm_rule.



137
138
139
# File 'sig/types.rbs', line 137

def alarm_rule
  @alarm_rule
end

#key ⇒ ::String

Returns the value of attribute key.



135
136
137
# File 'sig/types.rbs', line 135

def key
  @key
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.



133
134
135
# File 'sig/types.rbs', line 133

def role_arn
  @role_arn
end

#severity ⇒ ::Integer

Returns the value of attribute severity.



136
137
138
# File 'sig/types.rbs', line 136

def severity
  @severity
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.



134
135
136
# File 'sig/types.rbs', line 134

def tags
  @tags
end