Class: Aws::Types::DescribeAlarmsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAlarmsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_prefix ⇒ ::String
Returns the value of attribute action_prefix.
-
#alarm_name_prefix ⇒ ::String
Returns the value of attribute alarm_name_prefix.
-
#alarm_names ⇒ ::Array[::String]
Returns the value of attribute alarm_names.
-
#alarm_types ⇒ ::Array[("CompositeAlarm" | "MetricAlarm" | "LogAlarm")]
Returns the value of attribute alarm_types.
-
#children_of_alarm_name ⇒ ::String
Returns the value of attribute children_of_alarm_name.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parents_of_alarm_name ⇒ ::String
Returns the value of attribute parents_of_alarm_name.
-
#state_value ⇒ "OK", ...
Returns the value of attribute state_value.
Instance Attribute Details
#action_prefix ⇒ ::String
Returns the value of attribute action_prefix.
248 249 250 |
# File 'sig/types.rbs', line 248 def action_prefix @action_prefix end |
#alarm_name_prefix ⇒ ::String
Returns the value of attribute alarm_name_prefix.
243 244 245 |
# File 'sig/types.rbs', line 243 def alarm_name_prefix @alarm_name_prefix end |
#alarm_names ⇒ ::Array[::String]
Returns the value of attribute alarm_names.
242 243 244 |
# File 'sig/types.rbs', line 242 def alarm_names @alarm_names end |
#alarm_types ⇒ ::Array[("CompositeAlarm" | "MetricAlarm" | "LogAlarm")]
Returns the value of attribute alarm_types.
244 245 246 |
# File 'sig/types.rbs', line 244 def alarm_types @alarm_types end |
#children_of_alarm_name ⇒ ::String
Returns the value of attribute children_of_alarm_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def children_of_alarm_name @children_of_alarm_name end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
249 250 251 |
# File 'sig/types.rbs', line 249 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
250 251 252 |
# File 'sig/types.rbs', line 250 def next_token @next_token end |
#parents_of_alarm_name ⇒ ::String
Returns the value of attribute parents_of_alarm_name.
246 247 248 |
# File 'sig/types.rbs', line 246 def parents_of_alarm_name @parents_of_alarm_name end |
#state_value ⇒ "OK", ...
Returns the value of attribute state_value.
247 248 249 |
# File 'sig/types.rbs', line 247 def state_value @state_value end |