Class: Aws::Types::DescribeAlarmsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_prefix::String

Returns the value of attribute action_prefix.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("OK", "ALARM", "INSUFFICIENT_DATA")


247
248
249
# File 'sig/types.rbs', line 247

def state_value
  @state_value
end